What is configuration management and how does it help an organization?
Answer Posted / Nishant Bajhaiya
Ansible roles are a way of organizing related tasks, variables, and files into reusable units. They can be thought of as a collection of plays that perform a specific task. A playbook, on the other hand, is a collection of plays (or roles) that define a series of tasks to be executed against one or more hosts.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Compare ansible with chef.
Is there a web interface / rest api / etc?
Describe the working of ansible.
What is the best way to make content reusable/redistributable?
How can you create a lamp stack and deploy a webpage by using ansible?
How to keep secret data in playbook?
How can you access a list of ansible_variables?
What is the use of ansible?
How ansible works?
How do I handle python pathing not having a python 2.x in /usr/bin/python on a remote machine?
What are ad-hoc commands? Give an example.
Have you worked with ansible before? Please share your experience.
What are ansible vaults?
What are the advantages of ansible?
Write an ansible playbook to automate the starting of ec2 instance.