ansible/group_vars/bdd.yml

14 lines
539 B
YAML

glob_postgresql:
hosts:
# Database, User, net CIDR, Method
- [ "etherpad", "crans", "10.231.136.76/32", "etherpad"]
- [ "roundcube", "roundcube", "10.231.136.73/32", "webmail"]
- [ "roundcube", "roundcube", "2a0c:700:0:2:200:13ff:fe03:90b/128", "webmail"]
- [ "all", "all", "10.231.136.73/32", null]
- [ "all", "all", "2a0c:700:0:2:200:13ff:fe03:90b/128", null]
- [ "sql grey pour zamok", "sqlgrey", "sqlgrey", "10.231.136.1/32", null ]
- [ "sqlgrey", "sqlgrey", "2a0c:700:0:2:1e98:ecff:fe15:2c88/128", null ]