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 to generate crypto passwords for the user module?
How do I access a variable name programmatically?
How to keep secret data in a playbook?
What is the best way to make content reusable/redistributable?
Compare ansible vs puppet?
What is ansible task?
How do I generate crypted passwords for the user module?
How would you install ansible on a centos system?
What are the different components of ansible? Explain ansible architecture.
How do I loop over a list of hosts in a group, inside of a template?
What’s the use of ansible?
Enlist the differences between variable name and environment variables.