mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:51:35 +01:00
fix: template report to rudi pw
This commit is contained in:
@@ -4,6 +4,7 @@ extra_sheppy_pubkeys:
|
||||
nsca_server: 192.168.122.107
|
||||
ldap_server: 192.168.122.112
|
||||
nsca_password: HISTORY_PURGED_SECRET
|
||||
nsca_report_to_rudi_password: HISTORY_PURGED_SECRET
|
||||
RSYSLOG_SERVER: internal.monitoring.atlantishq.de
|
||||
influxdb_telegraf_password: HISTORY_PURGED_SECRET
|
||||
code_server_password: HISTORY_PURGED_SECRET
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
identity = "atlantishq.de"
|
||||
password = "HISTORY_PURGED_SECRET"
|
||||
password = "{{ nsca_report_to_rudi_password }}"
|
||||
server = "kraftwerk.ruderich.eu"
|
||||
tls_ciphers = "PSK-AES256-CBC-SHA"
|
||||
|
||||
Reference in New Issue
Block a user