Is it possible to build our modules in ansible?
Answer / Yashu Mathur
Yes, it is possible to create custom Ansible modules. You can write them in Python or other supported languages like Go and Ruby. Custom modules allow you to extend the functionality of Ansible beyond its built-in modules.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the callback plugin in ansible?
What is configuration management and how does it help an organization?
What is ansible tower?
What is ansible role?
Is it possible to build our modules in ansible?
Enlist the differences between variable name and environment variables.
What are ad-hoc commands?
How do I copy files recursively onto a target host?
How can looping be done over a list of hosts in a group, inside of a template?
How to create encrypted files using ansible?
What is the use of ansible?
How do I write an ansible handler with multiple tasks?