From acb81bf342d90c179324b03634ae6081a745ff5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Thu, 4 Jun 2026 10:41:37 +0000 Subject: [PATCH] move main config file to examples --- cookbooks/traefik/config/{ => examples}/traefik.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) rename cookbooks/traefik/config/{ => examples}/traefik.yaml (60%) diff --git a/cookbooks/traefik/config/traefik.yaml b/cookbooks/traefik/config/examples/traefik.yaml similarity index 60% rename from cookbooks/traefik/config/traefik.yaml rename to cookbooks/traefik/config/examples/traefik.yaml index 0ed2ce4..e6e8fea 100644 --- a/cookbooks/traefik/config/traefik.yaml +++ b/cookbooks/traefik/config/examples/traefik.yaml @@ -23,3 +23,12 @@ providers: file: directory: /etc/traefik/conf.d/ watch: true + +# certificatesResolvers: +# le: +# acme: +# email: "foo@example.test" +# keyType: "EC384" +# httpChallenge: +# entryPoint: http +# storage: "/var/lib/traefik/acme.json"