Answer Posted / 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 |
Post New Answer View All Answers
Does ansible support aws?
What are the ansible modules?
Why is ‘{{ }}’ notation used?
How can you connect other devices within ansible?
What is the way to access shell environment variables in ansible?
What is ansible galaxy?
How do I handle different machines needing different user accounts or ports to log in with?
How would you access a variable of the first host in a group?
What are the advantages of ansible?
What are ansible vaults?
How do I get ansible to reuse connections, enable kerberized ssh, or have ansible pay attention to my local ssh config file?
Is ansible is an open source tool?
Does ansible support hardware provisioning?
How to generate crypto passwords for the user module?
How can you create a lamp stack and deploy a webpage by using ansible?