From e1d625391e318c3bdc3634dd7ec9533deb968a6b Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 11 Mar 2021 09:11:48 -0600 Subject: [PATCH] Allow DB Pi to listen on ZT --- playbooks/pimp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/pimp.yml b/playbooks/pimp.yml index c33a16e..27729ee 100755 --- a/playbooks/pimp.yml +++ b/playbooks/pimp.yml @@ -37,7 +37,7 @@ vars: postgresql_global_config_options: - option: listen_addresses - value: 192.168.103.1 + value: 192.168.103.1,172.23.103.1 postgresql_hba_entries: - { type: local, database: all, user: postgres, auth_method: peer } - { type: local, database: all, user: all, auth_method: md5 }