What are the different components of ansible? Explain ansible architecture.
Answer / Kanika Cairae
Ansible consists of several key components: n1. Playbook: A collection of tasks that Ansible executes on managed nodes.n2. Inventory: A file or directory containing host, group, and variable definitions for managed nodes.n3. Modules: Reusable pieces of code (written in Python) that perform specific tasks during play execution.n4. Handlers: Tasks that can be triggered by other tasks when they have completed.n5. Plugins: Customizable extensions for Ansible's core functionality, such as connection types and lookup plugins.n6. Extra roles: Pre-built collections of related Ansible content (tasks, templates, etc.) organized as reusable units.
| Is This Answer Correct ? | 0 Yes | 0 No |
How is ansible different from puppet?
How do I see a list of all of the ansible_ variables?
What are the advantages of ansible?
Desired to gain proficiency on ansible?
How to interpolate variables or dynamic variable names?
How is ansible used in a continuous delivery pipeline? Explain.
How can you speed up management inside in ec2?
Explain what are playbooks in ansible? Explain with some examples.
What is ansible role?
why don’t you ship in x format?
Is ansible an open source tool?
What is ansible role and how are they different from the playbook?