matrix-docker-ansible-deploy/setup.yml

18 lines
367 B
YAML
Executable File

---
- name: "Set up a Matrix server"
hosts: "{{ target if target is defined else 'matrix-servers' }}"
become: true
roles:
- matrix-base
- matrix-mailer
- matrix-coturn
- matrix-postgres
- matrix-corporal
- matrix-synapse
- matrix-riot-web
- matrix-mxisd
- matrix-dimension
- matrix-nginx-proxy
- matrix-common-after