Fix some ansible-lint-reported errors
This commit is contained in:
@ -46,7 +46,7 @@ matrix_static_files_container_http_host_bind_port: ''
|
||||
matrix_static_files_container_labels_traefik_enabled: true
|
||||
matrix_static_files_container_labels_traefik_docker_network: "{{ matrix_static_files_container_network }}"
|
||||
matrix_static_files_container_labels_traefik_entrypoints: web-secure
|
||||
matrix_static_files_container_labels_traefik_tls_certResolver: default
|
||||
matrix_static_files_container_labels_traefik_tls_certResolver: default # noqa var-naming
|
||||
|
||||
# Controls whether labels will be added that expose the well-known public endpoint on the matrix domain.
|
||||
matrix_static_files_container_labels_well_known_matrix_endpoint_enabled: true
|
||||
@ -61,7 +61,7 @@ matrix_static_files_container_labels_well_known_matrix_endpoint_traefik_tls_cert
|
||||
# The web-server only compresses known file types and our /.well-known/matrix/* files have no file extension.
|
||||
# As such, they are not being compressed there and we compress them at the Traefik level.
|
||||
matrix_static_files_container_labels_well_known_matrix_endpoint_middleware_compress_enabled: true
|
||||
matrix_static_files_container_labels_well_known_matrix_endpoint_middleware_compress_minResponseBodyBytes: 100 # noqa var-naming
|
||||
matrix_static_files_container_labels_well_known_matrix_endpoint_middleware_compress_minResponseBodyBytes: 100 # noqa var-naming
|
||||
|
||||
# Controls whether labels will be added that serve the base domain.
|
||||
#
|
||||
|
@ -11,4 +11,3 @@
|
||||
|
||||
- {'name': 'matrix_static_files_container_labels_base_domain_traefik_hostname', when: "{{ matrix_static_files_container_labels_base_domain_enabled }}"}
|
||||
- {'name': 'matrix_static_files_container_labels_base_domain_traefik_path_prefix', when: "{{ matrix_static_files_container_labels_base_domain_enabled }}"}
|
||||
|
||||
|
Reference in New Issue
Block a user