Mailman: don't use postgresql_privs, it's buggy
See: https://github.com/ansible/ansible/issues/4043
This commit is contained in:
parent
679cd342bb
commit
47f420f433
1 changed files with 9 additions and 2 deletions
|
@ -85,9 +85,16 @@
|
||||||
- hyperkitty
|
- hyperkitty
|
||||||
- kittystore
|
- kittystore
|
||||||
- postorius
|
- postorius
|
||||||
|
# - name: database users permissions
|
||||||
|
# postgresql_privs: database=$item role=${item}app type=database
|
||||||
|
# priv=SELECT,INSERT,UPDATE,DELETE
|
||||||
|
# with_items:
|
||||||
|
# - hyperkitty
|
||||||
|
# - kittystore
|
||||||
|
# - postorius
|
||||||
- name: database users permissions
|
- name: database users permissions
|
||||||
postgresql_privs: database=$item role=${item}app type=database
|
postgresql_user: name=${item}app db=$item
|
||||||
priv="SELECT,INSERT,UPDATE,DELETE"
|
priv=SELECT,INSERT,UPDATE,DELETE
|
||||||
with_items:
|
with_items:
|
||||||
- hyperkitty
|
- hyperkitty
|
||||||
- kittystore
|
- kittystore
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue