hosts: hassdb0: Add missing vars file

This commit is contained in:
2020-08-29 14:01:50 -05:00
parent 8958071edb
commit 9ef88da95f

View File

@@ -0,0 +1,13 @@
pg_listen_address: '*'
pg_ssl: true
pg_hba_extra:
- type: hostssl
database: homeassistant
user: homeassistant
address: ::/0
method: scram-sha-256
- type: hostssl
database: homeassistant
user: homeassistant
address: 0.0.0.0/0
method: scram-sha-256