Add config for bdd local
This commit is contained in:
parent
6951e017b7
commit
0656dacbe8
1 changed files with 8 additions and 0 deletions
8
host_vars/bdd.adm.auro.re
Normal file
8
host_vars/bdd.adm.auro.re
Normal file
|
@ -0,0 +1,8 @@
|
|||
postgresql:
|
||||
version: 11
|
||||
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" ]
|
Loading…
Reference in a new issue