hosts: hassdb0: Add missing vars file
This commit is contained in:
13
host_vars/hassdb0.pyrocufflink.blue.yml
Normal file
13
host_vars/hassdb0.pyrocufflink.blue.yml
Normal 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
|
||||||
Reference in New Issue
Block a user