Hello
I want to register my module
I want to register my new module and register the document at https://docs.ansible.com/ansible/devel/modules/list_of_network_modules.html
Let me know what to do
Hello
I want to register my module
I want to register my new module and register the document at https://docs.ansible.com/ansible/devel/modules/list_of_network_modules.html
Let me know what to do
Hi Kim,
You can go through this document - https://docs.ansible.com/ansible/latest/dev_guide/index.html, and once the module is merged then it will be listed in this list.
Thanks,
Hi Kim,
Since this is a network-related module and from Ansible 2.9
onward all modules are moved to their own collection. You may want to create your own collection.
So, please create a new collection with all the required modules and push it to the Ansible galaxy. You can start creating your own collection by following:
docs.ansible.com/ansible/latest/dev_guide/developing_collections.html