Variablen strukturieren | Synapse #3
|
|
@ -39,7 +39,7 @@
|
||||||
"become_user": "postgres",
|
"become_user": "postgres",
|
||||||
"community.postgresql.postgresql_privs": {
|
"community.postgresql.postgresql_privs": {
|
||||||
"state": "present",
|
"state": "present",
|
||||||
"db": "{{var_postgresql_for_authelia_schema}}",
|
"login_db": "{{var_postgresql_for_authelia_schema}}",
|
||||||
"objs": "ALL_IN_SCHEMA",
|
"objs": "ALL_IN_SCHEMA",
|
||||||
"roles": "{{var_postgresql_for_authelia_username}}",
|
"roles": "{{var_postgresql_for_authelia_username}}",
|
||||||
"privs": "ALL",
|
"privs": "ALL",
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
"become_user": "postgres",
|
"become_user": "postgres",
|
||||||
"community.postgresql.postgresql_privs": {
|
"community.postgresql.postgresql_privs": {
|
||||||
"state": "present",
|
"state": "present",
|
||||||
"db": "{{var_postgresql_for_forgejo_schema}}",
|
"login_db": "{{var_postgresql_for_forgejo_schema}}",
|
||||||
"objs": "ALL_IN_SCHEMA",
|
"objs": "ALL_IN_SCHEMA",
|
||||||
"roles": "{{var_postgresql_for_forgejo_username}}",
|
"roles": "{{var_postgresql_for_forgejo_username}}",
|
||||||
"privs": "ALL",
|
"privs": "ALL",
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
"become_user": "postgres",
|
"become_user": "postgres",
|
||||||
"community.postgresql.postgresql_privs": {
|
"community.postgresql.postgresql_privs": {
|
||||||
"state": "present",
|
"state": "present",
|
||||||
"db": "{{var_postgresql_for_gitlab_schema}}",
|
"login_db": "{{var_postgresql_for_gitlab_schema}}",
|
||||||
"objs": "ALL_IN_SCHEMA",
|
"objs": "ALL_IN_SCHEMA",
|
||||||
"roles": "{{var_postgresql_for_gitlab_username}}",
|
"roles": "{{var_postgresql_for_gitlab_username}}",
|
||||||
"privs": "ALL",
|
"privs": "ALL",
|
||||||
|
|
@ -57,7 +57,7 @@
|
||||||
],
|
],
|
||||||
"community.postgresql.postgresql_ext": {
|
"community.postgresql.postgresql_ext": {
|
||||||
"state": "present",
|
"state": "present",
|
||||||
"db": "{{var_postgresql_for_gitlab_schema}}",
|
"login_db": "{{var_postgresql_for_gitlab_schema}}",
|
||||||
"name": "{{item}}"
|
"name": "{{item}}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
"become_user": "postgres",
|
"become_user": "postgres",
|
||||||
"community.postgresql.postgresql_privs": {
|
"community.postgresql.postgresql_privs": {
|
||||||
"state": "present",
|
"state": "present",
|
||||||
"db": "{{var_postgresql_for_hedgedoc_schema}}",
|
"login_db": "{{var_postgresql_for_hedgedoc_schema}}",
|
||||||
"objs": "ALL_IN_SCHEMA",
|
"objs": "ALL_IN_SCHEMA",
|
||||||
"roles": "{{var_postgresql_for_hedgedoc_username}}",
|
"roles": "{{var_postgresql_for_hedgedoc_username}}",
|
||||||
"privs": "ALL",
|
"privs": "ALL",
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
"become_user": "postgres",
|
"become_user": "postgres",
|
||||||
"community.postgresql.postgresql_privs": {
|
"community.postgresql.postgresql_privs": {
|
||||||
"state": "present",
|
"state": "present",
|
||||||
"db": "{{var_postgresql_for_synapse_schema}}",
|
"login_db": "{{var_postgresql_for_synapse_schema}}",
|
||||||
"objs": "ALL_IN_SCHEMA",
|
"objs": "ALL_IN_SCHEMA",
|
||||||
"roles": "{{var_postgresql_for_synapse_username}}",
|
"roles": "{{var_postgresql_for_synapse_username}}",
|
||||||
"privs": "ALL",
|
"privs": "ALL",
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@
|
||||||
"become_user": "postgres",
|
"become_user": "postgres",
|
||||||
"community.postgresql.postgresql_privs": {
|
"community.postgresql.postgresql_privs": {
|
||||||
"state": "present",
|
"state": "present",
|
||||||
"db": "{{var_postgresql_for_tandoor_schema}}",
|
"login_db": "{{var_postgresql_for_tandoor_schema}}",
|
||||||
"objs": "ALL_IN_SCHEMA",
|
"objs": "ALL_IN_SCHEMA",
|
||||||
"roles": "{{var_postgresql_for_tandoor_username}}",
|
"roles": "{{var_postgresql_for_tandoor_username}}",
|
||||||
"privs": "ALL",
|
"privs": "ALL",
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
"become_user": "postgres",
|
"become_user": "postgres",
|
||||||
"community.postgresql.postgresql_privs": {
|
"community.postgresql.postgresql_privs": {
|
||||||
"state": "present",
|
"state": "present",
|
||||||
"db": "{{var_postgresql_for_vikunja_schema}}",
|
"login_db": "{{var_postgresql_for_vikunja_schema}}",
|
||||||
"objs": "ALL_IN_SCHEMA",
|
"objs": "ALL_IN_SCHEMA",
|
||||||
"roles": "{{var_postgresql_for_vikunja_username}}",
|
"roles": "{{var_postgresql_for_vikunja_username}}",
|
||||||
"privs": "ALL",
|
"privs": "ALL",
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
"become_user": "postgres",
|
"become_user": "postgres",
|
||||||
"community.postgresql.postgresql_privs": {
|
"community.postgresql.postgresql_privs": {
|
||||||
"state": "present",
|
"state": "present",
|
||||||
"db": "{{var_postgresql_for_wiki_js_schema}}",
|
"login_db": "{{var_postgresql_for_wiki_js_schema}}",
|
||||||
"objs": "ALL_IN_SCHEMA",
|
"objs": "ALL_IN_SCHEMA",
|
||||||
"roles": "{{var_postgresql_for_wiki_js_username}}",
|
"roles": "{{var_postgresql_for_wiki_js_username}}",
|
||||||
"privs": "ALL",
|
"privs": "ALL",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue