What is the use of ansible vaults?
Explain what are playbooks in ansible? Explain with some examples.
Describe the working of ansible.
What are the different components of ansible?
Suppose you’re using ansible to configure the production environment and your playbook uses an encrypted file. Encrypted files prompt the user to enter passwords. But since ansible is used for automation, can this process be automated?
How do I see a list of all of the ansible_ variables?
What are ad-hoc commands? Give an example.
Explain in detail about ad-hoc command?
What are ansible vaults and why are they used?
Talk about ansible architecture.
How would you access a variable of the first host in a group?
Is it unsafe to bulk-set task arguments from a variable?
Why is ‘{{ }}’ notation used? And how can one interpolate variables or dynamic variable names?
How do I set the path or any other environment variable for a task?
List some advantages of using ansible.