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 |
How do I generate crypted passwords for the user module?
How do I speed up management inside ec2?
Why is ‘{{ }}’ notation used?
How do I handle different machines needing different user accounts or ports to log in with?
Explain callback_plugin in ansible?
Explain a few of the basic terminologies or concepts in ansible.
How do I disable cowsay?
Can you write a simple playbook to install nginx on a host machine?
How can you handle different machines needing different user accounts or ports to log in with?
What is the use of ansible vaults?
Talk about ansible architecture.
What are the ansible modules?