What are the variables in ansible?
Answer / Shwet Prakash
Variables in Ansible are used to store data that can be reused across a playbook. They can be global (defined at the play level), host-specific (defined for each host), or task-specific (defined within a task). You can also pass variables from the command line, from inventory files, or from other playbooks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write an ansible playbook to automate the starting of ec2 instance.
How can one generate encrypted passwords for the user module?
What is ansible galaxy?
Compare ansible vs puppet?
Describe the working of ansible.
Is ansible an open source tool?
Explain callback_plugin in ansible?
How can I display all the inventory vars defined for my host?
Desired to gain proficiency on ansible?
How do I get ansible to reuse connections, enable kerberized ssh, or have ansible pay attention to my local ssh config file?
What does fact mean in ansible?
How to keep secret data in playbook?