[task-393]
This commit is contained in:
parent
53b88c896f
commit
f647e15aee
|
|
@ -39,7 +39,7 @@
|
|||
"become_user": "postgres",
|
||||
"community.postgresql.postgresql_privs": {
|
||||
"state": "present",
|
||||
"db": "{{var_postgresql_for_authelia_schema}}",
|
||||
"login_db": "{{var_postgresql_for_authelia_schema}}",
|
||||
"objs": "ALL_IN_SCHEMA",
|
||||
"roles": "{{var_postgresql_for_authelia_username}}",
|
||||
"privs": "ALL",
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
"become_user": "postgres",
|
||||
"community.postgresql.postgresql_privs": {
|
||||
"state": "present",
|
||||
"db": "{{var_postgresql_for_forgejo_schema}}",
|
||||
"login_db": "{{var_postgresql_for_forgejo_schema}}",
|
||||
"objs": "ALL_IN_SCHEMA",
|
||||
"roles": "{{var_postgresql_for_forgejo_username}}",
|
||||
"privs": "ALL",
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
"become_user": "postgres",
|
||||
"community.postgresql.postgresql_privs": {
|
||||
"state": "present",
|
||||
"db": "{{var_postgresql_for_gitlab_schema}}",
|
||||
"login_db": "{{var_postgresql_for_gitlab_schema}}",
|
||||
"objs": "ALL_IN_SCHEMA",
|
||||
"roles": "{{var_postgresql_for_gitlab_username}}",
|
||||
"privs": "ALL",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
],
|
||||
"community.postgresql.postgresql_ext": {
|
||||
"state": "present",
|
||||
"db": "{{var_postgresql_for_gitlab_schema}}",
|
||||
"login_db": "{{var_postgresql_for_gitlab_schema}}",
|
||||
"name": "{{item}}"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
"become_user": "postgres",
|
||||
"community.postgresql.postgresql_privs": {
|
||||
"state": "present",
|
||||
"db": "{{var_postgresql_for_hedgedoc_schema}}",
|
||||
"login_db": "{{var_postgresql_for_hedgedoc_schema}}",
|
||||
"objs": "ALL_IN_SCHEMA",
|
||||
"roles": "{{var_postgresql_for_hedgedoc_username}}",
|
||||
"privs": "ALL",
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
"become_user": "postgres",
|
||||
"community.postgresql.postgresql_privs": {
|
||||
"state": "present",
|
||||
"db": "{{var_postgresql_for_synapse_schema}}",
|
||||
"login_db": "{{var_postgresql_for_synapse_schema}}",
|
||||
"objs": "ALL_IN_SCHEMA",
|
||||
"roles": "{{var_postgresql_for_synapse_username}}",
|
||||
"privs": "ALL",
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
"become_user": "postgres",
|
||||
"community.postgresql.postgresql_privs": {
|
||||
"state": "present",
|
||||
"db": "{{var_postgresql_for_tandoor_schema}}",
|
||||
"login_db": "{{var_postgresql_for_tandoor_schema}}",
|
||||
"objs": "ALL_IN_SCHEMA",
|
||||
"roles": "{{var_postgresql_for_tandoor_username}}",
|
||||
"privs": "ALL",
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
"become_user": "postgres",
|
||||
"community.postgresql.postgresql_privs": {
|
||||
"state": "present",
|
||||
"db": "{{var_postgresql_for_vikunja_schema}}",
|
||||
"login_db": "{{var_postgresql_for_vikunja_schema}}",
|
||||
"objs": "ALL_IN_SCHEMA",
|
||||
"roles": "{{var_postgresql_for_vikunja_username}}",
|
||||
"privs": "ALL",
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
"become_user": "postgres",
|
||||
"community.postgresql.postgresql_privs": {
|
||||
"state": "present",
|
||||
"db": "{{var_postgresql_for_wiki_js_schema}}",
|
||||
"login_db": "{{var_postgresql_for_wiki_js_schema}}",
|
||||
"objs": "ALL_IN_SCHEMA",
|
||||
"roles": "{{var_postgresql_for_wiki_js_username}}",
|
||||
"privs": "ALL",
|
||||
|
|
|
|||
Loading…
Reference in a new issue