#!/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_appservice_irc - matrix_appservice_webhooks # Install Matrix services - hosts: matrix-services.adm.auro.re roles: - debian_backports