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...


Talk about ansible architecture.



Talk about ansible architecture...

Answer / Devesh Sharma

Ansible's architecture consists of the following key components:
1. Playbook: The primary configuration file that describes a series of tasks to be executed on one or more target hosts. It defines the desired state, infrastructure changes, and application deployments.
2. Inventory: A list of inventory hosts and their attributes, which determines which machines are managed by Ansible and provides context-specific information about each host.
3. Modules: Task units that perform specific actions on target hosts, such as copying files, running commands, handling packages, or configuring services.
4. Plugins: Additional features provided by Ansible, including connection plugins for managing remote connections, lookup plugins for accessing data sources, and filter plugins for manipulating data within playbooks.
5. Control Machine: The machine running the ansible-playbook command, which sends commands to target hosts, collects their results, and logs the entire process.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ansible Interview Questions

Explain the concept behind infrastructure as code (iac).

1 Answers  


What are ansible vaults?

1 Answers  


Is ansible is an open source tool?

1 Answers  


How do I submit a change to the documentation?

1 Answers  


What is ansible galaxy?

1 Answers  


How to install ansible?

1 Answers  


How to create encrypted files using ansible?

1 Answers  


How do I see all the inventory vars defined for my host?

1 Answers  


Why is ‘{{ }}’ notation used? And how can one interpolate variables or dynamic variable names?

0 Answers  


How do I get ansible to reuse connections, enable kerberized ssh, or have ansible pay attention to my local ssh config file?

1 Answers  


Is ansible an open source tool?

1 Answers  


Explain callback_plugin in ansible?

1 Answers  


Categories