Skip to content

VerosK/ansible-role-icinga2-ido-pgsql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icinga2-ido-postgres

Ansible role to set-up Icinga2 IDO with postgresql for separated database admin monitoring host.

Requirements

Icinga2 should be present to target host, preferably with VerosK.icinga role.

Example Playbook

- 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

Role Variables

icinga2_ido_pg_host: Postgresql login host

icinga2_ido_pg_user, icinga2_ido_pg_user

License

2-BSD or CC-0

Packages

No packages published