Variablen strukturieren | Synapse #3

Open
fenris wants to merge 3 commits from task-406-synapse into main
8 changed files with 9 additions and 9 deletions
Showing only changes of commit e24c7b7c34 - Show all commits

View file

@ -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",

View file

@ -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",

View file

@ -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}}"
}
}

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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",