From 9216ed876d953ed561a9c84c48c5b8787dad5997 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 10 Mar 2021 13:34:27 -0600 Subject: [PATCH] Allow DB connections over ZT --- playbooks/pimp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/pimp.yml b/playbooks/pimp.yml index a5d7cd2..c33a16e 100755 --- a/playbooks/pimp.yml +++ b/playbooks/pimp.yml @@ -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 }}"