What are the ansible modules?
Answer / Ila
Ansible modules are pre-written, reusable pieces of code that perform specific tasks or actions on managed nodes. They can be used in playbooks to automate various operations like file management, package management, user management, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the callback plugin in ansible?
What is the best way to make content reusable/redistributable?
Write a playbook to create a backup of a file in the remote servers before copy.
When to use {{}} ? How to interpolate variables or dynamic variable names?
How do I write an ansible handler with multiple tasks?
How do I access a variable name programmatically?
How do I speed up management inside ec2?
What are the ansible modules? Explain the different types.
What is ansible galaxy?
How do I copy files recursively onto a target host?
How do I loop over a list of hosts in a group, inside of a template?
What are the different components of ansible? Explain ansible architecture.