Add Matrix synapse

This commit is contained in:
Alexandre Iooss 2019-02-16 12:50:18 +01:00
parent feed96e103
commit 36434e3323
5 changed files with 23 additions and 6 deletions

12
matrix.yml Normal file
View file

@ -0,0 +1,12 @@
---
# Install Matrix Synapse on corresponding containers
- hosts: synapse.adm.auro.re
roles:
- debian-backports
- matrix-synapse
# Install Matrix Riot on corresponding containers
- hosts: riot.adm.auro.re
roles:
- matrix-riot