13 lines
244 B
YAML
13 lines
244 B
YAML
|
---
|
||
|
# 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
|
||
|
|