Allow DB connections over ZT
This commit is contained in:
parent
4b52155164
commit
9216ed876d
@ -45,6 +45,8 @@
|
||||
- { type: host, database: all, user: all, address: '::1/128', auth_method: md5 }
|
||||
# Used for internal access from other nodes
|
||||
- { type: host, database: all, user: all, address: '192.168.0.0/16', auth_method: md5 }
|
||||
# Allow hosts over zerotier
|
||||
- { type: host, database: all, user: all, address: '172.23.0.0/16', auth_method: md5 }
|
||||
postgresql_users:
|
||||
- name: grafana
|
||||
password: "{{ secret_grafana_local_db_pass }}"
|
||||
|
Loading…
Reference in New Issue
Block a user