3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-01-03 06:30:24 +00:00

Implement self-hosted Dimension server

This commit is contained in:
Edgars Voroboks
2019-03-07 07:22:08 +02:00
parent aae8757027
commit 9735a2f600
12 changed files with 290 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
- import_tasks: "{{ role_path }}/tasks/init.yml"
tags:
- always
- import_tasks: "{{ role_path }}/tasks/setup_dimension.yml"
when: run_setup
tags:
- setup-all
- setup-dimension