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