What is configuration management and how does it help an organization?
Answer / 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 |
Write a playbook to create a backup of a file in the remote servers before copy.
How do I access a variable of the first host in a group?
Explain in detail about ad-hoc command?
Why are you attracted to science and science fiction?
Is ansible an open source tool?
How do I configure a jump host to access servers that I have no direct access to?
Explain the callback plugin in ansible?
How do I speed up management inside ec2?
What are ansible server requirements?
How can you speed up management inside in ec2?
How to install ansible?
How ansible different from the playbook?