Can you build your own modules with ansible?
Answer / Abhishek Bihari
Yes, it is possible to create custom Ansible modules. To do this, you will need to write Python code that implements the desired functionality and conforms to Ansible's module structure. You can then distribute your custom module or use it within your own projects.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I keep secret data in my playbook?
What are the different components of ansible?
Write a playbook to create a backup of a file in the remote servers before copy.
How to keep secret data in a playbook?
How do I set the path or any other environment variable for a task?
What are playbooks in ansible?
What are the variables in ansible?
How do I access shell environment variables?
Desired to gain proficiency on ansible?
How do I loop over a list of hosts in a group, inside of a template?
How to generate crypto passwords for the user module?
What is the best way to make content reusable/redistributable?