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

25 lines
613 B
YAML

---
# Install Matrix Synapse on corresponding containers
- hosts: synapse.adm.auro.re
vars:
mxisd_releases: https://github.com/kamax-matrix/mxisd/releases
mxisd_deb: "{{ mxisd_releases }}/download/v1.3.1/mxisd_1.3.1_all.deb"
roles:
- debian-backports
- nodejs
- matrix-synapse
- matrix-mxisd
- matrix-appservice-discord
- matrix-appservice-irc
- matrix-appservice-webhooks
# Install Matrix Riot on corresponding containers
- hosts: riot.adm.auro.re
roles:
- matrix-riot
# Install Matrix services
- hosts: matrix-services.adm.auro.re
roles:
- debian-backports