22 lines
579 B
YAML
22 lines
579 B
YAML
---
|
|
# Install Matrix Synapse on corresponding containers
|
|
- hosts: synapse.adm.auro.re
|
|
vars:
|
|
mxisd_version: 1.3.1
|
|
synapse_rest_auth_url: https://raw.githubusercontent.com/kamax-matrix/matrix-synapse-rest-auth/master/rest_auth_provider.py
|
|
roles:
|
|
- debian-backports
|
|
- matrix-synapse
|
|
- matrix-mxisd
|
|
- matrix-appservice-discord
|
|
- matrix-appservice-irc
|
|
|
|
# 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
|