From 298d753212b345f83e1ec8b72e7872160e4db039 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Thu, 21 Dec 2023 17:50:51 +0100 Subject: [PATCH] Added password --- roles/docker-matrix/templates/hosts.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/docker-matrix/templates/hosts.yml.j2 b/roles/docker-matrix/templates/hosts.yml.j2 index bd479c20..12a5dfb5 100644 --- a/roles/docker-matrix/templates/hosts.yml.j2 +++ b/roles/docker-matrix/templates/hosts.yml.j2 @@ -60,7 +60,7 @@ matrix_servers: # # The playbook creates additional Postgres users and databases (one for each enabled service) # using this superuser account. - devture_postgres_connection_password: '' + devture_postgres_connection_password: "{{matrix_postgres_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.