guillaumewatteeux / ansible-centreon

Ansible modules for CLAPI REST (Centreon API)
GNU General Public License v3.0
10 stars 12 forks source link

Prepare for official Ansible module submition #3

Open zwindler opened 6 years ago

zwindler commented 6 years ago

Hi,

As we discussed on Centreon Slack channel, I dropped my own centreon ansible module, as it uses CLAPI and this one uses Centreon API which is way better.

We also talked about making this module an official, community maintained, Ansible module, and there are some things that need to be taken care of first.

The guidelines can be found here : https://docs.ansible.com/ansible/latest/dev_guide/developing_modules.html

Basically, we need to :

Let's be honnest, it's going to be a huge work. But there is no hurry so I'm confident we can achieve it.

zwindler commented 6 years ago

With the licence and PEP8 checked, I take these points :

Hopefully after this there should be little left to do for submission