mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 20:57:41 +01:00
835c349275
Bridge is setup to work on the matrix side with this, but the discord invite link is not automatically generated.
16 lines
496 B
YAML
16 lines
496 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"
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/ext/appservice-discord/setup.yml"
|