[icingaweb_db] type = "db" db = "pgsql" host = "localhost" port = "5432" dbname = "icinga_web" username = "icinga_web" password = "HISTORY_PURGED_SECRET" charset = "" use_ssl = "0" [icinga_ido] type = "db" db = "pgsql" host = "localhost" port = "5432" dbname = "icinga2" username = "icinga2" password = "HISTORY_PURGED_SECRET" charset = "" use_ssl = "0" [ldap_auth] type = "ldap" hostname = "{{ ldap_server }}" port = "389" encryption = "none" root_dn = "{{ ldap_user_dn }}" bind_dn = "{{ ldap_bind_dn }}" bind_pw = "{{ ldap_password }}" timeout = "5" [ldap_groups_auth] type = "ldap" hostname = "{{ ldap_server }}" port = "389" encryption = "none" root_dn = "{{ ldap_group_dn }}" bind_dn = "{{ ldap_bind_dn }}" bind_pw = "{{ ldap_password }}" timeout = "5"