6 lines
183 B
YAML
6 lines
183 B
YAML
---
|
|
- hosts: webservers
|
|
roles:
|
|
- role: synapse
|
|
postgresql_password: "{{ postgresql_users['matrix-synapse'] }}"
|
|
turn_shared_secret: "{{ coturn_static_auth_secret }}"
|