Ansible role to install Icinga2 Web UI with Mysql IDO backend
Roles: icinga2-ansible-no-ui
---
- hosts: MonitoringServers
roles:
- role: icinga2-ansible-no-ui
icinga2_conf_global: |
include "constants.conf"
include "zones.conf"
include <itl>
include <plugins>
include "features-enabled/*.conf"
include_recursive "conf.d"
check_commands:
check_nrpe: |
"-H", "$address$",
"-c", "$remote_nrpe_command$",
tags: icinga2-no-ui
- role: icinga2-ansible-web-ui
icinga2_web_ui_ido: "mysql"
tags: icinga2-web-ui
See defaults/main.yml
GNU General Public License Version 2
Valentino Gagliardi - Icinga Dev Team