Compare commits
No commits in common. "e24c7b7c349607e1bb56bd3bcc97c95e0d9032c8" and "841612b070b5bf6b3fd814130079bb4ceee313e4" have entirely different histories.
e24c7b7c34
...
841612b070
|
|
@ -39,7 +39,7 @@
|
|||
"become_user": "postgres",
|
||||
"community.postgresql.postgresql_privs": {
|
||||
"state": "present",
|
||||
"login_db": "{{var_postgresql_for_authelia_schema}}",
|
||||
"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",
|
||||
"login_db": "{{var_postgresql_for_forgejo_schema}}",
|
||||
"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",
|
||||
"login_db": "{{var_postgresql_for_gitlab_schema}}",
|
||||
"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",
|
||||
"login_db": "{{var_postgresql_for_gitlab_schema}}",
|
||||
"db": "{{var_postgresql_for_gitlab_schema}}",
|
||||
"name": "{{item}}"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
"become_user": "postgres",
|
||||
"community.postgresql.postgresql_privs": {
|
||||
"state": "present",
|
||||
"login_db": "{{var_postgresql_for_hedgedoc_schema}}",
|
||||
"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",
|
||||
"login_db": "{{var_postgresql_for_synapse_schema}}",
|
||||
"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",
|
||||
"login_db": "{{var_postgresql_for_tandoor_schema}}",
|
||||
"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",
|
||||
"login_db": "{{var_postgresql_for_vikunja_schema}}",
|
||||
"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",
|
||||
"login_db": "{{var_postgresql_for_wiki_js_schema}}",
|
||||
"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