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 |
Explain the callback plugin in ansible?
How should one configure a jump host to access servers that I have no direct access to?
Why is ‘{{ }}’ notation used?
How do I handle different machines needing different user accounts or ports to log in with?
What is ansible?
What is the best way to make content reusable/redistributable?
What are the different components of ansible?
What are ansible vaults?
How is ansible used in a continuous delivery pipeline? Explain.
When should you test playbooks and roles?
Explain what are playbooks in ansible? Explain with some examples.
What is ansible and what makes it stand out from the rest of the configuration management tools?