Have pi-storage-1 psql listen on localhost

This commit is contained in:
Salt 2021-08-24 12:29:44 -05:00
parent f6004def4a
commit 3b133782c9

View File

@ -41,7 +41,7 @@
vars:
postgresql_global_config_options:
- option: listen_addresses
value: 192.168.103.1,172.23.103.1
value: 192.168.103.1,172.23.103.1,127.0.0.1
postgresql_hba_entries:
- { type: local, database: all, user: postgres, auth_method: peer }
- { type: local, database: all, user: all, auth_method: md5 }