1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-01-17 17:44:44 +02:00

26 lines
652 B
YAML
Raw Normal View History

2017-07-31 23:07:30 +03:00
---
- name: "Set up a Matrix server"
hosts: "{{ target if target is defined else 'matrix_servers' }}"
2017-07-31 23:07:30 +03:00
become: true
roles:
- matrix-base
- matrix-mailer
- matrix-postgres
- matrix-corporal
- matrix-bridge-appservice-discord
2019-06-10 10:52:48 -04:00
- matrix-bridge-appservice-slack
- matrix-bridge-appservice-irc
- matrix-bridge-mautrix-facebook
- matrix-bridge-mautrix-hangouts
- matrix-bridge-mautrix-telegram
- matrix-bridge-mautrix-whatsapp
- matrix-synapse
- matrix-riot-web
- matrix-mxisd
2019-03-07 07:22:08 +02:00
- matrix-dimension
2019-08-05 13:06:49 +03:00
- matrix-email2matrix
- matrix-nginx-proxy
2019-03-19 10:24:39 +02:00
- matrix-coturn
- matrix-common-after