From 29d24e6e88233b8bdc108eeb8ce8bad909c2ca24 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 20 Mar 2025 08:58:31 +0200 Subject: [PATCH] Adapt docs to new Traefik environment variables variable name Related to: - d96ce10d57d04702e1f9253cc1ced7e647b179ee - https://github.com/mother-of-all-self-hosting/ansible-role-traefik/pull/6 - https://github.com/mother-of-all-self-hosting/ansible-role-traefik/issues/5 --- docs/configuring-playbook-ssl-certificates.md | 2 +- docs/howto-srv-server-delegation.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuring-playbook-ssl-certificates.md b/docs/configuring-playbook-ssl-certificates.md index 078cf3103..f6889f803 100644 --- a/docs/configuring-playbook-ssl-certificates.md +++ b/docs/configuring-playbook-ssl-certificates.md @@ -117,7 +117,7 @@ traefik_config_certificatesResolvers_acme_dnsChallenge_provider: "cloudflare" traefik_config_certificatesResolvers_acme_dnsChallenge_delayBeforeCheck: 60 traefik_config_certificatesResolvers_acme_dnsChallenge_resolvers: - "1.1.1.1:53" -traefik_environment_variables_additional_variables: | +traefik_environment_variables: | CF_API_EMAIL=redacted CF_ZONE_API_TOKEN=redacted CF_DNS_API_TOKEN=redacted diff --git a/docs/howto-srv-server-delegation.md b/docs/howto-srv-server-delegation.md index 7a13ddab4..d1013f598 100644 --- a/docs/howto-srv-server-delegation.md +++ b/docs/howto-srv-server-delegation.md @@ -80,7 +80,7 @@ traefik_configuration_extension_yaml: | storage: {{ traefik_config_certificatesResolvers_acme_storage | to_json }} # 2. Configure the environment variables needed by Rraefik to automate the ACME DNS Challenge (example for Cloudflare) -traefik_environment_variables_additional_variables: | +traefik_environment_variables: | CF_API_EMAIL=redacted CF_ZONE_API_TOKEN=redacted CF_DNS_API_TOKEN=redacted @@ -158,7 +158,7 @@ traefik_configuration_extension_yaml: | traefik_certResolver_primary: "dns" # Configure the environment variables needed by Traefik to automate the ACME DNS Challenge (example for Cloudflare) -traefik_environment_variables_additional_variables: | +traefik_environment_variables: | CF_API_EMAIL=redacted CF_ZONE_API_TOKEN=redacted CF_DNS_API_TOKEN=redacted