Ansible role to set-up Icinga2 IDO with postgresql for separated database admin monitoring host.
Icinga2 should be present to target host, preferably
with VerosK.icinga
role.
- hosts: postgres
tasks:
- name: Create your IDO users and databases here
postgres_user: ...
- hosts: icinga
roles:
- role: VerosK.icinga2
- role: VerosK.icinga2-ido-postgres
icinga2_ido_pg_host: postgres
icinga2_ido_pg_host
: Postgresql login host
icinga2_ido_pg_user
, icinga2_ido_pg_user
2-BSD or CC-0