bb816df557
The goal is to move each bridge into its own separate role. This commit starts off the work on this with 2 bridges: - mautrix-telegram - mautrix-whatsapp Each bridge's role (including these 2) is meant to: - depend only on the matrix-base role - integrate nicely with the matrix-synapse role (if available) - integrate nicely with the matrix-nginx-proxy role (if available and if required). mautrix-telegram bridge benefits from integrating with it. - not break if matrix-synapse or matrix-nginx-proxy are not used at all This has been provoked by #174 (Github Issue).
14 lines
424 B
YAML
14 lines
424 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-facebook/setup.yml"
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/ext/appservice-irc/setup.yml"
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/ext/appservice-discord/setup.yml"
|