Allow DB Pi to listen on ZT

This commit is contained in:
Salt 2021-03-11 09:11:48 -06:00
parent 9070869327
commit e1d625391e

View File

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