From 6a938ea6b3f6110ec03c81bd604986683c590ab7 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 24 Aug 2021 12:40:32 -0500 Subject: [PATCH] Add Nagios user to pi-storage-1 --- playbooks/device_roles_pik8s-storage.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/playbooks/device_roles_pik8s-storage.yml b/playbooks/device_roles_pik8s-storage.yml index 9e03d5b..e8da06b 100755 --- a/playbooks/device_roles_pik8s-storage.yml +++ b/playbooks/device_roles_pik8s-storage.yml @@ -52,12 +52,14 @@ # Allow hosts over zerotier - { type: host, database: all, user: all, address: '172.23.0.0/16', auth_method: md5 } postgresql_users: - - name: gulagbot - password: "{{ secret_gulagbot_local_db_pass }}" - name: grafana password: "{{ secret_grafana_local_db_pass }}" + - name: gulagbot + password: "{{ secret_gulagbot_local_db_pass }}" - name: firefly password: "{{ secret_firefly_db_pass }}" + - name: nagios + password: "{{ secret_postgresql_monitoring_password }}" postgresql_databases: - name: gulagbot owner: gulagbot