mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 07:21:40 +01:00
fix: remove nsca password from file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,6 +2,7 @@
|
||||
ansible.log
|
||||
files/icinga_master_hosts.conf
|
||||
files/nsca_server.conf
|
||||
templates/nsca_server.conf
|
||||
files/async-icinga-config-dynamic.json
|
||||
files/async-icinga-services-dynamic.conf
|
||||
hosts.ini
|
||||
|
||||
@@ -35,6 +35,8 @@ ldap_group_dn: "ou=groups,dc=atlantishq,dc=de"
|
||||
ldap_connection_url: ldap://192.168.122.112
|
||||
ldap_connection_url_ext: "ldaps://ldap.atlantishq.de"
|
||||
|
||||
nsca_server_password: HISTORY_PURGED_SECRET
|
||||
|
||||
immich_pg_password: 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_S3_ENDPOINT: HISTORY_PURGED_SECRET
|
||||
|
||||
|
||||
# gotify #
|
||||
gotify_user: admin
|
||||
gotify_password: HISTORY_PURGED_SECRET
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
group: nagios
|
||||
|
||||
- name: Copy nsca server config
|
||||
copy:
|
||||
template:
|
||||
src: nsca_server.conf
|
||||
dest: /etc/nsca-ng/nsca-ng.cfg
|
||||
owner: root
|
||||
|
||||
Reference in New Issue
Block a user