initial version, gets a Synapse server setup with an Element web-client

This commit is contained in:
PC-Admin
2023-08-09 02:27:20 +08:00
parent f8a276aced
commit bb10c3a4b9
18 changed files with 545 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
- name: Restart Synapse
service:
name: matrix-synapse
state: restarted
- name: Restart Nginx
service:
name: nginx
state: restarted