mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
enable by default v2 api prefix for ma1sd
This commit is contained in:
parent
7a2dbdc2d7
commit
a03e95b7eb
@ -76,6 +76,10 @@ matrix_ma1sd_self_check_validate_certificates: true
|
|||||||
# According to: https://github.com/ma1uta/ma1sd/blob/master/docs/troubleshooting.md#increase-verbosity
|
# According to: https://github.com/ma1uta/ma1sd/blob/master/docs/troubleshooting.md#increase-verbosity
|
||||||
matrix_ma1sd_verbose_logging: false
|
matrix_ma1sd_verbose_logging: false
|
||||||
|
|
||||||
|
# Setting up support for API prefixes
|
||||||
|
matrix_ma1sd_v1_enabled: true
|
||||||
|
matrix_ma1sd_v2_enabled: true
|
||||||
|
|
||||||
# Default ma1sd configuration template which covers the generic use case.
|
# Default ma1sd configuration template which covers the generic use case.
|
||||||
# You can customize it by controlling the various variables inside it.
|
# You can customize it by controlling the various variables inside it.
|
||||||
#
|
#
|
||||||
@ -85,6 +89,8 @@ matrix_ma1sd_configuration_yaml: |
|
|||||||
#jinja2: lstrip_blocks: True
|
#jinja2: lstrip_blocks: True
|
||||||
matrix:
|
matrix:
|
||||||
domain: {{ matrix_domain }}
|
domain: {{ matrix_domain }}
|
||||||
|
v1: {{ matrix_ma1sd_v1_enabled }}
|
||||||
|
v2: {{ matrix_ma1sd_v2_enabled }}
|
||||||
|
|
||||||
server:
|
server:
|
||||||
name: {{ matrix_server_fqn_matrix }}
|
name: {{ matrix_server_fqn_matrix }}
|
||||||
|
Loading…
Reference in New Issue
Block a user