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

20 lines
509 B
YAML

#!/usr/bin/env ansible-playbook
---
# 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-irc
- matrix-appservice-webhooks
# Install Matrix services
- hosts: matrix-services.adm.auro.re
roles:
- debian-backports