Answer Posted / Sudhakar Tripathi
A task in Ansible is a single action that is executed on the managed hosts, such as running a command, copying files, or installing packages. Tasks are defined within playbooks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you speed up management inside in ec2?
How do I loop over a list of hosts in a group, inside of a template?
Write an ansible playbook to automate the starting of ec2 instance.
What is the difference between a variable name and an environment variable?
Is it unsafe to bulk-set task arguments from a variable?
What is the use of ansible?
How to create encrypted files using ansible?
How is ansible used in a continuous delivery pipeline? Explain.
How do I keep secret data in my playbook?
How can you connect other devices within ansible?
What are ad-hoc commands?
How can looping be done over a list of hosts in a group, inside of a template?
What are the different components of ansible?
How can I display all the inventory vars defined for my host?
How do I access shell environment variables?