mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-07 03:07:33 +01:00
14 lines
422 B
YAML
14 lines
422 B
YAML
---
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/ext/rest-auth/setup.yml"
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/ext/shared-secret-auth/setup.yml"
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/ext/ldap-auth/setup.yml"
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/ext/mautrix-telegram/setup.yml"
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/ext/mautrix-whatsapp/setup.yml"
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/ext/appservice-irc/setup.yml"
|