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?



What are the different components of ansible?..

Answer / 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

More Ansible Interview Questions

What is the method to check the inventory vars defined for the host?

1 Answers  


How can you connect other devices within ansible?

1 Answers  


How can I display all the inventory vars defined for my host?

1 Answers  


What are ansible vaults?

1 Answers  


Explain different modules in ansible.

1 Answers  


What are ad-hoc commands? Give an example.

1 Answers  


Suppose you’re using ansible to configure the production environment and your playbook uses an encrypted file. Encrypted files prompt the user to enter passwords. But since ansible is used for automation, can this process be automated?

1 Answers  


Describe your newsletter ansible and who it’s aimed at.

1 Answers  


How would you access a variable of the first host in a group?

1 Answers  


Is ansible is an open source tool?

1 Answers  


What are playbooks in ansible?

1 Answers  


Give a comparison between ansible and puppet.

1 Answers  


Categories