Develop Ansible plugin, are there any best practices or recommended notes to read ?

Hi there

I found this group in http://docs.ansible.com/ansible/modules_core.html, so I’m not pretty sure if its ok to write questions like mine here, but anyway here it goes (in case its not, is there any other channel for this? ).

I’m going to develop a new plugin, I’m taking a look into apt (repo), actually mine is going to be a bit similar, so my question is:
Are there any recommended notes to read or any best practices to follow ?

Think, Innovate and Deliver
Leoswaldo

There is a pretty large document around developing modules which you can find at http://docs.ansible.com/ansible/developing_modules.html

http://docs.ansible.com/ansible/developing_modules.html

I struggled with this when I decided to write a few custom modules and plugins. The documentation is very minimal at best and best practices are probably best inferred by looking at the code in the core modules. Copy and paste a module, rename and get hacking!