mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-23 20:58:55 +02:00
Feat: Added element call setup and configuration.
This commit is contained in:
17
roles/custom/matrix-element-call/tasks/install.yml
Normal file
17
roles/custom/matrix-element-call/tasks/install.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
# Main install task for matrix-element-call
|
||||
|
||||
- name: Install Docker containers for Element Call
|
||||
include_tasks: install_docker_containers.yml
|
||||
|
||||
- name: Update .well-known/matrix/client
|
||||
include_tasks: update_well_known_client.yml
|
||||
|
||||
- name: Create .well-known/element/element.json
|
||||
include_tasks: create_element_json.yml
|
||||
|
||||
- name: Update homeserver.yaml for Element Call
|
||||
include_tasks: update_homeserver_config.yml
|
||||
|
||||
- name: Update Element-Web config.json for Element Call
|
||||
include_tasks: update_element_web_config.yml
|
Reference in New Issue
Block a user