Implemented SSL_ENABLED

This commit is contained in:
2025-12-04 10:48:45 +01:00
parent a731b5cd4b
commit fc0bdbea9a
6 changed files with 11 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
vars:
domain: "{{ MATRIX_SYNAPSE_DOMAIN }}"
http_port: "{{ MATRIX_SYNAPSE_PORT }}"
when: SSL_ENABLED | bool
- name: create {{ MATRIX_SYNAPSE_DOMAIN }}.conf
template: