fix: template icinga passwords

This commit is contained in:
2024-12-22 21:33:37 +00:00
parent 532c0bf7fa
commit 9c6e02c372
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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"