diff --git a/group_vars/all.yaml b/group_vars/all.yaml index eab849d..40750d1 100644 --- a/group_vars/all.yaml +++ b/group_vars/all.yaml @@ -22,6 +22,8 @@ icinga_web_url: "https://icinga.atlantishq.de/" backup_vsyncdir_password: HISTORY_PURGED_SECRET +icinga_web_db_password: HISTORY_PURGED_SECRET +icinga_ido_password: HISTORY_PURGED_SECRET event_dispatcher_host: dispatcher.atlantishq.de event_dispatcher_proto: https diff --git a/roles/monitoring-master/templates/icingaweb2/resources.ini b/roles/monitoring-master/templates/icingaweb2/resources.ini index c6dc334..40abdf2 100644 --- a/roles/monitoring-master/templates/icingaweb2/resources.ini +++ b/roles/monitoring-master/templates/icingaweb2/resources.ini @@ -5,7 +5,7 @@ host = "localhost" port = "5432" dbname = "icinga_web" username = "icinga_web" -password = "HISTORY_PURGED_SECRET" +password = "{{ icinga_web_db_password }}" charset = "" use_ssl = "0" @@ -16,7 +16,7 @@ host = "localhost" port = "5432" dbname = "icinga2" username = "icinga2" -password = "HISTORY_PURGED_SECRET" +password = "{{ icinga_ido_password }}" charset = "" use_ssl = "0"