Answer Posted / Sunny Verma
Ansible consists of several components, including:nn1. Inventory: A list of hosts that Ansible manages, along with their attributes and variables.nn2. Playbooks: YAML files containing tasks, plays, and handlers to automate system administration.nn3. Modules: Reusable scripts that perform specific tasks such as installing packages or starting services.nn4. Ad-hoc commands: One-off Ansible commands for executing tasks on hosts.nn5. Roles: A way to organize playbooks and their related files into reusable units.nn6. Plugins: Extensions that provide additional functionality, such as callback plugins, inventory plugins, and connection plugins.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is ansible different from puppet?
How do I see a list of all of the ansible_ variables?
How do I see all the inventory vars defined for my host?
How can you connect other devices within ansible?
Explain what are playbooks in ansible? Explain with some examples.
How can looping be done over a list of hosts in a group, inside of a template?
How do I speed up management inside ec2?
How do I keep secret data in my playbook?
How does ansible work?
What are the variables in ansible?
What are the advantages of ansible?
How should one configure a jump host to access servers that I have no direct access to?
What are the ansible modules? Explain the different types.
What are ansible vaults and why are they used?
Explain the callback plugin in ansible?