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
|
user: gitea
|
||||||
net: 10.128.0.60/32
|
net: 10.128.0.60/32
|
||||||
method: md5
|
method: md5
|
||||||
- database: vote
|
|
||||||
user: vote
|
|
||||||
net: 10.128.0.81/32
|
|
||||||
method: md5
|
|
||||||
- database: wikijs
|
- database: wikijs
|
||||||
user: wikijs
|
user: wikijs
|
||||||
net: 10.128.0.66/32
|
net: 10.128.0.66/32
|
||||||
|
@ -27,7 +23,6 @@ postgresql_hosts:
|
||||||
postgresql_databases:
|
postgresql_databases:
|
||||||
- nextcloud
|
- nextcloud
|
||||||
- gitea
|
- gitea
|
||||||
- vote
|
|
||||||
- wikijs
|
- wikijs
|
||||||
- drone
|
- drone
|
||||||
|
|
||||||
|
@ -42,11 +37,6 @@ postgresql_users:
|
||||||
password: "{{ postgresql_gitea_passwd }}"
|
password: "{{ postgresql_gitea_passwd }}"
|
||||||
privs:
|
privs:
|
||||||
- ALL
|
- ALL
|
||||||
- name: vote
|
|
||||||
database: vote
|
|
||||||
password: "{{ postgresql_vote_passwd }}"
|
|
||||||
privs:
|
|
||||||
- ALL
|
|
||||||
- name: wikijs
|
- name: wikijs
|
||||||
database: wikijs
|
database: wikijs
|
||||||
password: "{{ postgresql_wikijs_passwd }}"
|
password: "{{ postgresql_wikijs_passwd }}"
|
||||||
|
|
Loading…
Reference in a new issue