mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-15 12:43:12 +01:00
Added matrix_server_name to the defaults
This commit is contained in:
parent
90ea758c3b
commit
c93d30bcb8
@ -4,6 +4,9 @@
|
|||||||
# Enable or disable matrix-element-call deployment
|
# Enable or disable matrix-element-call deployment
|
||||||
matrix_element_call_enabled: false
|
matrix_element_call_enabled: false
|
||||||
|
|
||||||
|
# Default Matrix server name (can be overridden in host_vars if needed)
|
||||||
|
matrix_server_name: "{{ matrix_base_domain }}"
|
||||||
|
|
||||||
# Base path configuration
|
# Base path configuration
|
||||||
matrix_element_call_base_path: "/home/{{ matrix_user_username }}/dockerdata/volumes/elementcall"
|
matrix_element_call_base_path: "/home/{{ matrix_user_username }}/dockerdata/volumes/elementcall"
|
||||||
matrix_element_call_config_path: "{{ matrix_element_call_base_path }}/config"
|
matrix_element_call_config_path: "{{ matrix_element_call_base_path }}/config"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user