homelab/synapse.yml
Ivan Reshetnikov fe8529bfa9
Add arguments for synapse role, fix federation
- Add role arguments
- Open port 8448 for s2s connections
- Make openid and turn server optional
2024-10-29 15:34:38 +05:00

13 lines
602 B
YAML

---
- hosts: webservers
roles:
- role: synapse
server_name: matrix.comfycamp.space
postgresql_password: "{{ postgresql_users['matrix-synapse'] }}"
turn_uris: [ "turn:turn.comfycamp.space?transport=udp", "turn:turn.comfycamp.space?transport=tcp" ]
turn_shared_secret: "{{ coturn_static_auth_secret }}"
openid_idp_id: authentik
openid_idp_name: Comfy Camp
openid_issuer_url: https://auth.comfycamp.space/application/o/matrix/
openid_client_id: 3rORMEeMNLRnaRPssq7s28uerXTna2hZ2Z2TdClp
openid_client_secret: "{{ synapse.openid_client_secret }}"