hosts: hassdb0: Add missing vars file
parent
8958071edb
commit
9ef88da95f
|
@ -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
|
Loading…
Reference in New Issue