What are the ansible modules? Explain the different types.
Answer / Shivam Nanda
Ansible Modules are pre-built, reusable tasks that perform specific functions within an Ansible playbook. They can be divided into several types such as: Control Modules (like ping and debug), Core Modules (for managing system packages, users, files, etc.), Application Modules (for managing software applications like Apache, MySQL, etc.) and Custom Modules (modules created by the user for specific tasks).
| Is This Answer Correct ? | 0 Yes | 0 No |
Compare ansible vs puppet?
How would you access a variable of the first host in a group?
Explain different modules in ansible.
What are the advantages of ansible?
What does fact mean in ansible?
Write a playbook to create a backup of a file in the remote servers before copy.
Describe the working of ansible.
How do I set the path or any other environment variable for a task?
What are ad-hoc commands?
How does ansible work?
When should I use {{ }}?
How do I keep secret data in my playbook?