Add Nagios user to pi-storage-1
This commit is contained in:
parent
2765067560
commit
6a938ea6b3
@ -52,12 +52,14 @@
|
|||||||
# Allow hosts over zerotier
|
# Allow hosts over zerotier
|
||||||
- { type: host, database: all, user: all, address: '172.23.0.0/16', auth_method: md5 }
|
- { type: host, database: all, user: all, address: '172.23.0.0/16', auth_method: md5 }
|
||||||
postgresql_users:
|
postgresql_users:
|
||||||
- name: gulagbot
|
|
||||||
password: "{{ secret_gulagbot_local_db_pass }}"
|
|
||||||
- name: grafana
|
- name: grafana
|
||||||
password: "{{ secret_grafana_local_db_pass }}"
|
password: "{{ secret_grafana_local_db_pass }}"
|
||||||
|
- name: gulagbot
|
||||||
|
password: "{{ secret_gulagbot_local_db_pass }}"
|
||||||
- name: firefly
|
- name: firefly
|
||||||
password: "{{ secret_firefly_db_pass }}"
|
password: "{{ secret_firefly_db_pass }}"
|
||||||
|
- name: nagios
|
||||||
|
password: "{{ secret_postgresql_monitoring_password }}"
|
||||||
postgresql_databases:
|
postgresql_databases:
|
||||||
- name: gulagbot
|
- name: gulagbot
|
||||||
owner: gulagbot
|
owner: gulagbot
|
||||||
|
Loading…
Reference in New Issue
Block a user