ansible/host_vars/bdd-ovh.adm.auro.re.yml
jeltz d16f444130
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Use a dict for HBA hosts
2021-03-10 15:59:21 +01:00

23 lines
371 B
YAML

---
postgresql:
version: 13
postgresql_hosts:
- database: etherpad
user: etherpad
net: 10.128.0.150/32
method: md5
- database: codimd
user: codimd
net: 10.128.0.150/32
method: md5
- database: synapse
user: synapse
net: 10.128.0.56/32
method: md5
- database: codimd
user: codimd
net: 127.0.0.1/32
method: md5
...