fix: remove nsca password from file

This commit is contained in:
2024-12-22 13:39:04 +00:00
parent b057c42e16
commit 29ed4797d9
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@@ -2,6 +2,7 @@
ansible.log ansible.log
files/icinga_master_hosts.conf files/icinga_master_hosts.conf
files/nsca_server.conf files/nsca_server.conf
templates/nsca_server.conf
files/async-icinga-config-dynamic.json files/async-icinga-config-dynamic.json
files/async-icinga-services-dynamic.conf files/async-icinga-services-dynamic.conf
hosts.ini hosts.ini

View File

@@ -35,6 +35,8 @@ ldap_group_dn: "ou=groups,dc=atlantishq,dc=de"
ldap_connection_url: ldap://192.168.122.112 ldap_connection_url: ldap://192.168.122.112
ldap_connection_url_ext: "ldaps://ldap.atlantishq.de" ldap_connection_url_ext: "ldaps://ldap.atlantishq.de"
nsca_server_password: HISTORY_PURGED_SECRET
immich_pg_password: HISTORY_PURGED_SECRET immich_pg_password: HISTORY_PURGED_SECRET
event_dispatcher_token: "HISTORY_PURGED_SECRET" event_dispatcher_token: "HISTORY_PURGED_SECRET"
@@ -62,6 +64,7 @@ SOUNDLIB_AWS_ACCESS_KEY_ID: HISTORY_PURGED_SECRET
SOUNDLIB_AWS_SECRET_ACCESS_KEY: HISTORY_PURGED_SECRET SOUNDLIB_AWS_SECRET_ACCESS_KEY: HISTORY_PURGED_SECRET
SOUNDLIB_S3_ENDPOINT: HISTORY_PURGED_SECRET SOUNDLIB_S3_ENDPOINT: HISTORY_PURGED_SECRET
# gotify # # gotify #
gotify_user: admin gotify_user: admin
gotify_password: HISTORY_PURGED_SECRET gotify_password: HISTORY_PURGED_SECRET

View File

@@ -53,7 +53,7 @@
group: nagios group: nagios
- name: Copy nsca server config - name: Copy nsca server config
copy: template:
src: nsca_server.conf src: nsca_server.conf
dest: /etc/nsca-ng/nsca-ng.cfg dest: /etc/nsca-ng/nsca-ng.cfg
owner: root owner: root