Add Matrix synapse

mail_server
Alexandre Iooss 5 years ago
parent feed96e103
commit 36434e3323

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

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

@ -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

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

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