From c0843e9e57dfee2a7ffaf7213fbce7d01e666317 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Sun, 22 Dec 2024 21:34:44 +0000 Subject: [PATCH] fix: template report to rudi pw --- group_vars/all.yaml | 1 + roles/monitoring-master/files/report_to_rudi_send_nsca_rudi.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/group_vars/all.yaml b/group_vars/all.yaml index 40750d1..8dab8eb 100644 --- a/group_vars/all.yaml +++ b/group_vars/all.yaml @@ -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 diff --git a/roles/monitoring-master/files/report_to_rudi_send_nsca_rudi.cfg b/roles/monitoring-master/files/report_to_rudi_send_nsca_rudi.cfg index 95935ca..99fef20 100644 --- a/roles/monitoring-master/files/report_to_rudi_send_nsca_rudi.cfg +++ b/roles/monitoring-master/files/report_to_rudi_send_nsca_rudi.cfg @@ -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"