homelab/synapse.yml

7 lines
176 B
YAML
Raw Normal View History

2024-10-03 00:29:14 +05:00
---
- hosts: webservers
roles:
- role: synapse
postgresql_password: "{{ synapse_postgresql_password }}"
2024-10-04 02:09:16 +05:00
turn_shared_secret: "{{ coturn_static_auth_secret }}"