5f08a7522e
Signed-off-by: Hadrien Patte <hadrien.patte@protonmail.com>
14 lines
295 B
YAML
14 lines
295 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
|