Actually have Postgres listen over the network
GOD D
This commit is contained in:
parent
4f27b68097
commit
975cd7280c
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user