implemented draft for openproject

This commit is contained in:
2023-12-22 15:49:55 +01:00
parent b5e9197393
commit 824b3b1d87
10 changed files with 171 additions and 43 deletions

View File

@@ -52,7 +52,7 @@ devture_traefik_config_certificatesResolvers_acme_email: "{{administrator_email}
#
# The playbook creates additional Postgres users and databases (one for each enabled service)
# using this superuser account.
devture_postgres_connection_password: "{{matrix_postgres_password}}"
devture_postgres_connection_password: "{{matrix_database_password}}"
# By default, we configure Coturn's external IP address using the value specified for `ansible_host` in your `inventory/hosts` file.
# If this value is an external IP address, you can skip this section.