What is ansible task?
Answer / 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 |
Compare ansible vs puppet?
How do I submit a change to the documentation?
When should you test playbooks and roles?
How ansible works?
How do I see all the inventory vars defined for my host?
How can you speed up management inside in ec2?
What are the ansible modules?
How do I loop over a list of hosts in a group, inside of a template?
How do I copy files recursively onto a target host?
Explain callback_plugin in ansible?
Can you write a simple playbook to install nginx on a host machine?
How can you connect other devices within ansible?