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

1
hosts
View file

@ -5,6 +5,7 @@ horus ansible_host=10.128.0.1
[ovh-container] [ovh-container]
riot.adm.auro.re riot.adm.auro.re
synapse.adm.auro.re
codimd.adm.auro.re codimd.adm.auro.re
services-bdd.adm.auro.re services-bdd.adm.auro.re
phabricator.adm.auro.re phabricator.adm.auro.re

View file

@ -1,6 +0,0 @@
---
# Install Riot on Riot containers
- hosts: riot.adm.auro.re
roles:
- matrix-riot

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

View file

@ -0,0 +1,3 @@
# Rôle Matrix Synapse
Rôle simple pour synapse.

View file

@ -0,0 +1,7 @@
---
- name: Install matrix-synapse
apt:
name: matrix-synapse
update_cache: yes
default_release: stretch-backports