3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-12-31 05:00:26 +00:00

Add initial role for Dendrite as alternative Matrix server

This commit is contained in:
Jip J. Dekker
2021-01-24 17:41:11 +11:00
committed by Slavi Pantaleev
parent feda83abf0
commit 3b372b47cd
25 changed files with 3893 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
- import_tasks: "{{ role_path }}/tasks/goofys/setup_install.yml"
when: matrix_s3_media_store_enabled|bool
- import_tasks: "{{ role_path }}/tasks/goofys/setup_uninstall.yml"
when: "not matrix_s3_media_store_enabled|bool"