Remove vote from bdd.adm.auro.re
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
a01a2095d6
commit
4150a77649
1 changed files with 0 additions and 10 deletions
|
@ -11,10 +11,6 @@ postgresql_hosts:
|
|||
user: gitea
|
||||
net: 10.128.0.60/32
|
||||
method: md5
|
||||
- database: vote
|
||||
user: vote
|
||||
net: 10.128.0.81/32
|
||||
method: md5
|
||||
- database: wikijs
|
||||
user: wikijs
|
||||
net: 10.128.0.66/32
|
||||
|
@ -27,7 +23,6 @@ postgresql_hosts:
|
|||
postgresql_databases:
|
||||
- nextcloud
|
||||
- gitea
|
||||
- vote
|
||||
- wikijs
|
||||
- drone
|
||||
|
||||
|
@ -42,11 +37,6 @@ postgresql_users:
|
|||
password: "{{ postgresql_gitea_passwd }}"
|
||||
privs:
|
||||
- ALL
|
||||
- name: vote
|
||||
database: vote
|
||||
password: "{{ postgresql_vote_passwd }}"
|
||||
privs:
|
||||
- ALL
|
||||
- name: wikijs
|
||||
database: wikijs
|
||||
password: "{{ postgresql_wikijs_passwd }}"
|
||||
|
|
Loading…
Reference in a new issue