Ansible modules for Pandora FMS
- Ansible >= ...
- Python >= 2.7.x
- Pandora FMS >= ... (now only tested with 7.0NG 729)
$ ansible-galaxy install koichirok.pandorafms_modules
Once installed, use the modules in playbook or role:
- name: Load modules
roles:
- koichirok.pandorafms_modules
tasks:
...