Add Matrix synapse
This commit is contained in:
parent
feed96e103
commit
36434e3323
5 changed files with 23 additions and 6 deletions
12
matrix.yml
Normal file
12
matrix.yml
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue