2024-10-03 00:29:14 +05:00
|
|
|
---
|
|
|
|
- hosts: webservers
|
|
|
|
roles:
|
|
|
|
- role: synapse
|
2024-10-29 15:34:38 +05:00
|
|
|
server_name: matrix.comfycamp.space
|
2024-10-14 21:29:32 +05:00
|
|
|
postgresql_password: "{{ postgresql_users['matrix-synapse'] }}"
|
2024-10-29 15:34:38 +05:00
|
|
|
turn_uris: [ "turn:turn.comfycamp.space?transport=udp", "turn:turn.comfycamp.space?transport=tcp" ]
|
2024-10-04 02:09:16 +05:00
|
|
|
turn_shared_secret: "{{ coturn_static_auth_secret }}"
|
2024-10-29 15:34:38 +05:00
|
|
|
openid_idp_id: authentik
|
|
|
|
openid_idp_name: Comfy Camp
|
|
|
|
openid_issuer_url: https://auth.comfycamp.space/application/o/matrix/
|
|
|
|
openid_client_id: 3rORMEeMNLRnaRPssq7s28uerXTna2hZ2Z2TdClp
|
2024-10-20 19:58:03 +05:00
|
|
|
openid_client_secret: "{{ synapse.openid_client_secret }}"
|