Add Matrix/Riot package and updated README

This commit is contained in:
2019-06-06 09:21:08 -04:00
parent ee2c8b1604
commit fd64bcb708
10 changed files with 372 additions and 0 deletions

View File

@ -0,0 +1,15 @@
---
- name: restart matrix-synapse
service:
name: matrix-synapse
state: restarted
- name: restart mxisd
service:
name: mxisd
state: restarted
- name: restart nginx
service:
name: nginx
state: restarted