ansible/host_vars/bdd.adm.auro.re.yml
otthorn 8ec838962d
Some checks failed
continuous-integration/drone/push Build is failing
Postgresql is version 13 on bullseye
2021-03-13 02:35:39 +01:00

9 lines
324 B
YAML

postgresql:
version: 13
hosts: # dbname, username, CIDR ip addr, auth method
- [ "nextcloud", "nextcloud", "10.128.0.58", "md5" ]
- [ "gitea", "gitea", "10.128.0.60", "md5" ]
- [ "drone", "drone", "10.128.0.64", "md5" ]
- [ "wikijs", "wikijs", "10.128.0.66", "md5" ]
- [ "vote", "vote", "10.128.0.81", "md5" ]