mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 21:08:32 +01:00
fix: template icinga passwords
This commit is contained in:
@@ -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