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