ansible/host_vars/bdd-ovh.adm.auro.re
otthorn 6951e017b7
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
bdd config for synapse
2021-03-10 12:43:08 +01:00

7 lines
236 B
C++

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" ]