Create users and databases on bdd-ovh
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

pull/32/head
jeltz 3 years ago
parent b3fa8a455d
commit 630377edad

@ -19,4 +19,26 @@ postgresql_hosts:
user: codimd
net: 127.0.0.1/32
method: md5
postgresql_databases:
- synapse
- codimd
- etherpad
postgresql_users:
- name: synapse
database: synapse
password: "{{ postgresql_synapse_passwd }}"
privs:
- ALL
- name: codimd
database: codimd
password: "{{ postgresql_codimd_passwd }}"
privs:
- ALL
- name: etherpad
database: etherpad
password: "{{ postgresql_etherpad_passwd }}"
privs:
- ALL
...

Loading…
Cancel
Save