From 975cd7280c6d30963004ca34c0c4e1499a1d9ad1 Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 1 Mar 2021 12:29:21 -0600 Subject: [PATCH] Actually have Postgres listen over the network GOD D --- playbooks/pimp.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/pimp.yml b/playbooks/pimp.yml index 4d8d9a2..3f2ce81 100755 --- a/playbooks/pimp.yml +++ b/playbooks/pimp.yml @@ -25,6 +25,9 @@ roles: - role: postgresql vars: + postgresql_global_config_options: + - option: listen_addresses + value: 192.168.103.1 postgresql_hba_entries: - { type: local, database: all, user: postgres, auth_method: peer } - { type: local, database: all, user: all, auth_method: md5 }