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 }
|
- { type: host, database: all, user: all, address: '::1/128', auth_method: md5 }
|
||||||
# Used for internal access from other nodes
|
# Used for internal access from other nodes
|
||||||
- { type: host, database: all, user: all, address: '192.168.0.0/16', auth_method: md5 }
|
- { 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:
|
postgresql_users:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
password: "{{ secret_grafana_local_db_pass }}"
|
password: "{{ secret_grafana_local_db_pass }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user