ansible/matrix.yml

22 lines
551 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:
mxisd_version: 1.3.1
2019-03-03 08:18:50 +01:00
synapse_rest_auth_url: https://raw.githubusercontent.com/kamax-matrix/matrix-synapse-rest-auth/master/rest_auth_provider.py
2019-02-16 12:50:18 +01:00
roles:
- debian-backports
- matrix-synapse
2019-02-26 16:49:18 +01:00
- matrix-mxisd
2019-02-16 12:50:18 +01:00
# Install Matrix Riot on corresponding containers
- hosts: riot.adm.auro.re
roles:
- matrix-riot
2019-03-10 11:10:59 +01:00
# Install Matrix services
- hosts: matrix-services.adm.auro.re
roles:
- debian-backports
- matrix-appservice-discord