ansible-debops-infrastructure

DebOps and Ansible scripts to manage my infrastructure
git clone git://git.erethon.com/ansible-debops-infrastructure
Log | Files | Refs

commit 7235ba9cbce3b75e412c3e3b3d88bfa873f3d397
parent 272baf131e92c9caac2a7dba64d91528354a3791
Author: Dionysis Grigoropoulos <dgrig@erethon.com>
Date:   Wed, 16 Dec 2020 02:35:52 +0200

productionmatrix: Update synapse related variables

Diffstat:
ansible/inventory/host_vars/productionmatrix/synapse.yml | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ansible/inventory/host_vars/productionmatrix/synapse.yml b/ansible/inventory/host_vars/productionmatrix/synapse.yml @@ -1,12 +1,14 @@ --- synapse__database_password: '{{ lookup("password", secret + "/credentials/productionmatrix/postgresql/password") }}' +synapse__database_host: 192.168.199.3 -synapse__server_name: "erethon.com" +synapse__server_name: 'erethon.com' synapse__bind_addresses: ['0.0.0.0'] synapse__metrics_bind_addresses: ['0.0.0.0'] synapse__port: 8008 synapse__metrics_port: 9666 +synapse__max_upload_size: '35M' synapse__admin_auth_token: '{{ lookup("password", secret + "/credentials/productionmatrix/synapse/admin_auth_token") }}'