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


Explain a few of the basic terminologies or concepts in ansible.



Explain a few of the basic terminologies or concepts in ansible...

Answer / Rita Kumari

Some fundamental Ansible terms and concepts are: n1. Playbook: A collection of tasks that define actions to be taken on managed nodes.n2. Task: A single action, such as copying a file, installing a package, or running a command.n3. Role: A collection of related tasks, files, templates, and variables used to organize your playbooks.n4. Handler: A special type of task that can be triggered by other tasks when they have completed.n5. Module: A reusable piece of code written in Python that performs a specific task during play execution.n6. Fact: Data collected about managed nodes, such as operating system version, IP address, etc., which can be accessed and used within Ansible tasks.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ansible Interview Questions

Explain different modules in ansible.

1 Answers  


Describe the working of ansible.

1 Answers  


List some advantages of using ansible.

1 Answers  


How do I access a variable of the first host in a group?

1 Answers  


How to generate crypto passwords for the user module?

1 Answers  


What are the ansible modules? Explain the different types.

1 Answers  


Why are you attracted to science and science fiction?

0 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  


What are the advantages of ansible?

1 Answers  


What are ansible server requirements?

1 Answers  


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

1 Answers  


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

1 Answers  


Categories