|
|
|
@@ -339,9 +339,9 @@ matrix_synapse_in_container_python_packages_path: "/usr/local/lib/python3.11/sit |
|
|
|
|
|
|
|
# Specifies which template files to use when configuring Synapse. |
|
|
|
# If you'd like to have your own different configuration, feel free to copy and paste |
|
|
|
# the original files into your inventory (e.g. in `inventory/host_vars/<host>/`) |
|
|
|
# the original files into your inventory (e.g. in `inventory/host_vars/matrix.example.com/`) |
|
|
|
# and then change the specific host's `vars.yml` file like this: |
|
|
|
# matrix_synapse_template_synapse_homeserver: "{{ playbook_dir }}/inventory/host_vars/<host>/homeserver.yaml.j2" |
|
|
|
# matrix_synapse_template_synapse_homeserver: "{{ playbook_dir }}/inventory/host_vars/matrix.example.com/homeserver.yaml.j2" |
|
|
|
matrix_synapse_template_synapse_homeserver: "{{ role_path }}/templates/synapse/homeserver.yaml.j2" |
|
|
|
matrix_synapse_template_synapse_log: "{{ role_path }}/templates/synapse/synapse.log.config.j2" |
|
|
|
|
|
|
|
|