Remove vote from bdd.adm.auro.re
continuous-integration/drone/push Build is failing Details

pull/40/head
otthorn 3 years ago
parent a01a2095d6
commit 4150a77649

@ -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…
Cancel
Save