ansible/matrix.yml

19 lines
477 B
YAML
Raw Normal View History

2019-02-16 12:50:18 +01:00
---
# Install Matrix Synapse on corresponding containers
- hosts: synapse.adm.auro.re
2019-02-26 16:49:18 +01:00
vars:
2019-03-12 17:22:39 +01:00
mxisd_releases: https://github.com/kamax-matrix/mxisd/releases
mxisd_deb: "{{ mxisd_releases }}/download/v1.3.1/mxisd_1.3.1_all.deb"
2019-02-16 12:50:18 +01:00
roles:
- debian-backports
- nodejs
2019-02-16 12:50:18 +01:00
- matrix-synapse
2019-02-26 16:49:18 +01:00
- matrix-mxisd
2019-03-10 11:50:07 +01:00
- matrix-appservice-irc
- matrix-appservice-webhooks
2019-02-16 12:50:18 +01:00
2019-03-10 11:10:59 +01:00
# Install Matrix services
- hosts: matrix-services.adm.auro.re
roles:
- debian-backports