configure postgres for services-bdd-ovh
This commit is contained in:
parent
452b605fc2
commit
64ae2a8521
1 changed files with 5 additions and 0 deletions
5
host_vars/services-bdd-ovh.adm.auro.re
Normal file
5
host_vars/services-bdd-ovh.adm.auro.re
Normal file
|
@ -0,0 +1,5 @@
|
|||
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" ]
|
Loading…
Reference in a new issue