mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-09 20:46:42 -04:00

Bridge is setup to work on the matrix side with this, but the discord invite link is not automatically generated.
9 lines
288 B
YAML
9 lines
288 B
YAML
---
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/ext/mautrix-telegram/init.yml"
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/ext/mautrix-whatsapp/init.yml"
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/ext/appservice-irc/init.yml"
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/ext/appservice-discord/init.yml"
|