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 |
How is ansible different from puppet?
Is ansible is an open source tool?
What is the ask_pass module in ansible?
When should you test playbooks and roles?
How can one interpolate variables or dynamic variable names?
What are the ansible modules? Explain the different types.
What are ansible server requirements?
How do I configure a jump host to access servers that I have no direct access to?
How can I set the path or any other environment variable for a task or entire playbook?
What is ansible and what makes it stand out from the rest of the configuration management tools?
How do I get ansible to reuse connections, enable kerberized ssh, or have ansible pay attention to my local ssh config file?
How would you access a variable of the first host in a group?