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

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