Allow DB connections over ZT

This commit is contained in:
Salt 2021-03-10 13:34:27 -06:00
parent 4b52155164
commit 9216ed876d

View File

@ -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 }}"