ansible/host_vars/bdd-ovh.adm.auro.re.yml
Jeltz 40eadf802c
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
Add template and no_log for postgresql_user
2021-03-10 13:58:40 +01:00

6 lines
236 B
YAML

postgresql:
version: 11
hosts: # dbname, username, CIDR ip addr, auth method
- [ "etherpad", "etherpad", "10.128.0.150", "md5" ]
- [ "codimd", "codimd", "10.128.0.150", "md5" ]
- [ "synapse", "synapse", "10.128.0.56", "md5" ]