What is ansible role?
Answer / Pankaj Yadav
An Ansible role is a reusable collection of tasks and variables that define a specific functionality, such as installing and configuring a particular software package or service. Roles are organized into directories with a defined structure, making them easy to share and manage within an Ansible project.
| Is This Answer Correct ? | 0 Yes | 0 No |
When should I use {{ }}? Also, how to interpolate variables or dynamic variable names
What is ansible role and how are they different from the playbook?
Is ansible an open source tool?
Explain the callback plugin in ansible?
What is the best way to make content reusable/redistributable?
How can I set the path or any other environment variable for a task or entire playbook?
How is ansible used in a continuous delivery pipeline? Explain.
Where does the configuration file live and what can I configure in it?
why don’t you ship in x format?
How to interpolate variables or dynamic variable names?
How can one generate encrypted passwords for the user module?
Describe the working of ansible.