refactor based on Slavi's requests
This commit is contained in:
@ -26,13 +26,6 @@ matrix_base_data_path: "/matrix"
|
||||
matrix_base_data_path_mode: "750"
|
||||
|
||||
matrix_static_files_base_path: "{{ matrix_base_data_path }}/static-files"
|
||||
matrix_docker_src_files_path: "{{ matrix_base_data_path }}/docker-src"
|
||||
matrix_docker_synapse_src_files_path: "{{ matrix_docker_src_files_path }}/synapse"
|
||||
matrix_docker_riot_web_src_files_path: "{{ matrix_docker_src_files_path }}/riot-web"
|
||||
matrix_docker_coturn_src_files_path: "{{ matrix_docker_src_files_path }}/coturn"
|
||||
matrix_docker_mxisd_src_files_path: "{{ matrix_docker_src_files_path }}/mxisd"
|
||||
matrix_docker_mautrix_facebook_src_files_path: "{{ matrix_docker_src_files_path }}/mautrix-facebook"
|
||||
matrix_docker_mautrix_hangouts_src_files_path: "{{ matrix_docker_src_files_path }}/mautrix-hangouts"
|
||||
|
||||
matrix_homeserver_url: "https://{{ matrix_server_fqn_matrix }}"
|
||||
|
||||
@ -73,3 +66,6 @@ run_setup: true
|
||||
run_self_check: true
|
||||
run_start: true
|
||||
run_stop: true
|
||||
|
||||
# Raspberry pi depoly TODO: it should be identified based on the operating system
|
||||
matrix_raspberry_pi_deploy: false
|
Reference in New Issue
Block a user