1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2024-12-12 08:43:55 +02:00
matrix-docker-ansible-deploy/setup.yml

18 lines
367 B
YAML
Raw Normal View History

2017-07-31 22:07:30 +02:00
---
- name: "Set up a Matrix server"
hosts: "{{ target if target is defined else 'matrix-servers' }}"
become: true
roles:
- matrix-base
- matrix-mailer
- matrix-postgres
- matrix-corporal
- matrix-synapse
- matrix-riot-web
- matrix-mxisd
2019-03-07 07:22:08 +02:00
- matrix-dimension
- matrix-nginx-proxy
2019-03-19 10:24:39 +02:00
- matrix-coturn
- matrix-common-after