mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:41:36 +01:00
fix: template icinga passwords
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user