You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
344 B

---
- 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-nginx-proxy
- matrix-common-after