Hello,
I was used to add some hosts to centreon 2.8 with this ansible module project: https://github.com/guillaumewatteeux/ansible-centreon
Unfortunately, it doesn’t work anymore since I upgraded to 21.04/21.10/22.04.
I guess that many things changed since 2.8 but centreon-sdk-python https://github.com/centreon/centreon-sdk-python hasn’t been modified for 4 years. Two possible deductions: either the sdk project is abandoned, either there has been no needed modification of the centreon API since a long time (but it doesn’t work).
Ansible module was a great community initiative, ans it should be a great idea centreon to develop and support official ansible module for the latest version.
Unless it exists, I have to hack ansible to use clapi with the shell command, but it is not very clean in a world where any ansible exists for any usages...
