ansible-icinga2
ansible-icinga2 copied to clipboard
Ansible Role for Icinga 2
Is there any interest in supporting gentoo, particularly gentoo with openrc (as opposed to systemd)? I'd be happy to contribute, but first I need to know if this is important...
Under Debian the `/etc/icinga2/ ` folder has the stats: ``` owner: nagios group: nagios mode: 0750 ``` Because of this become is needed.
The variables beginning in `i2_const_` don't seem to be used anywhere. Only the variable `i2_custom_constants` is.
A general helper that can enable and disable features and change configuration for a feature. Following options come to my mind: * Use the existing [icinga2_feature](https://docs.ansible.com/ansible/2.4/icinga2_feature_module.html) module. Don't know if...