ansible/host_vars/bdd-ovh.adm.auro.re

7 lines
236 B
ReasonML
Raw Normal View History

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" ]
2021-03-10 12:43:08 +01:00
- [ "synapse", "synapse", "10.128.0.56", "md5" ]