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 |
How to create encrypted files using ansible?
Compare ansible with chef.
How is ansible used in a continuous delivery pipeline? Explain.
What is the use of ansible?
How do I see all the inventory vars defined for my host?
What is the best way to make content reusable/redistributable?
How can one generate encrypted passwords for the user module?
How would you install ansible on a centos system?
Desired to gain proficiency on ansible?
List some advantages of using ansible.
Describe the working of ansible.
Is ansible is an open source tool?