ansible/matrix.yml
Alexandre Iooss 9ba730392e mxisd role
2019-02-26 16:49:18 +01:00

16 lines
296 B
YAML

---
# Install Matrix Synapse on corresponding containers
- hosts: synapse.adm.auro.re
vars:
mxisd_version: 1.3.1
roles:
- debian-backports
- matrix-synapse
- matrix-mxisd
# Install Matrix Riot on corresponding containers
- hosts: riot.adm.auro.re
roles:
- matrix-riot