hosts: hassdb0: Add missing vars file

jenkins-master
Dustin 2020-08-29 14:01:50 -05:00
parent 8958071edb
commit 9ef88da95f
1 changed files with 13 additions and 0 deletions

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