Upgrade com.devture.ansible.role.traefik

This commit is contained in:
Slavi Pantaleev
2023-02-19 10:19:54 +02:00
parent ecde8a46f8
commit 0da308e24d
4 changed files with 4 additions and 4 deletions

View File

@ -283,7 +283,7 @@ matrix_homeserver_app_service_config_files_auto: []
# - `playbook-managed-traefik`
# - the playbook will install devture-traefik
# - Traefik will do SSL termination, unless you disable it (e.g. `devture_traefik_config_entrypoint_web_secure_enabled: false`)
# - if SSL termination is enabled (as it is by default), you need to populate: `devture_traefik_ssl_email_address`
# - if SSL termination is enabled (as it is by default), you need to populate: `devture_traefik_config_certificatesResolvers_acme_email`
# - it will also install matrix-nginx-proxy in local-only mode, while we migrate the rest of the services to a Traefik-native mode of working
#
# - `playbook-managed-nginx`