mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-12 18:35:44 +00:00
Extract api_prefix rageshake configuration into matrix_rageshake_config_api_prefix
This commit is contained in:
parent
19e0b8374b
commit
db0104978f
|
@ -29,6 +29,8 @@ matrix_rageshake_systemd_required_services_list: ["docker.service"]
|
|||
# List of systemd services that matrix-rageshake.service wants
|
||||
matrix_rageshake_systemd_wanted_services_list: []
|
||||
|
||||
matrix_rageshake_config_api_prefix: "https://{{ matrix_server_fqn_rageshake }}/api/"
|
||||
|
||||
# Rageshake Settings
|
||||
|
||||
# Additional config to pass to the rageshake.
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
api_prefix: "https://{{ matrix_server_fqn_rageshake }}/api/"
|
||||
api_prefix: {{ matrix_rageshake_config_api_prefix | to_json }}
|
||||
{{ matrix_rageshake_config | to_nice_yaml(indent=2, width=999999) }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user