7 lines
192 B
YAML
7 lines
192 B
YAML
|
---
|
||
|
- name: Deploy and configure synapse
|
||
|
hosts: "{{ synapse_hosts | default('synapse') }}"
|
||
|
become: "{{ synapse_become | default(true) }}"
|
||
|
roles:
|
||
|
- role: finallycoffee.matrix.synapse
|