Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the different components of ansible? Explain ansible architecture.



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

Post New Answer

More Ansible Interview Questions

What are the variables in ansible?

1 Answers  


What is the use of ansible vaults?

1 Answers  


How do I configure a jump host to access servers that I have no direct access to?

1 Answers  


How does configuration management is help an organization?

1 Answers  


Explain what are playbooks in ansible? Explain with some examples.

1 Answers  


How can looping be done over a list of hosts in a group, inside of a template?

1 Answers  


How does ansible work?

1 Answers  


What is the difference between a variable name and an environment variable?

1 Answers  


How do I keep secret data in my playbook?

1 Answers  


How can one generate encrypted passwords for the user module?

1 Answers  


Explain in detail about ad-hoc command?

1 Answers  


Explain the callback plugin in ansible?

1 Answers  


Categories