Ansible Interview Questions and Answers
Ansible Interview Questions and Answers
To create variable names, you have to To access environment variables, you need already existing
add strings variables
By adding strings, you can create You should refer advanced Ansible Playbook to create
several variable names environment variables
For variable names, use the ipv4 For remote environment variable, use
address {{ Ansible_envSOME_VARIABLES}}
Q19. Compare Ansible with Chef.
Parameters Ansible Chef
No special set up is required for the The server runs on the master machine, and
Installation and
client machine. The set up is very the client agent runs on the client machine.
Set up
simple. Therefore, the set up is a little tricky.