diff --git a/ansible/arcodange/factory/playbooks/tools/roles/crowdsec/tasks/main.yml b/ansible/arcodange/factory/playbooks/tools/roles/crowdsec/tasks/main.yml index a6a4760..883383e 100644 --- a/ansible/arcodange/factory/playbooks/tools/roles/crowdsec/tasks/main.yml +++ b/ansible/arcodange/factory/playbooks/tools/roles/crowdsec/tasks/main.yml @@ -107,6 +107,7 @@ - name: Inject captcha.html into Traefik PVC include_tasks: inject_captcha_html.yml + tags: never - name: Créer le Middleware Traefik pour CrowdSec kubernetes.core.k8s: @@ -140,4 +141,8 @@ captchaProvider: turnstile captchaSiteKey: "{{ crowdsec_captcha_secret.resources[0].data.sitekey | b64decode }}" captchaSecretKey: "{{ crowdsec_captcha_secret.resources[0].data.secret | b64decode }}" - captchaHTMLFilePath: "/data/captcha.html" \ No newline at end of file + captchaHTMLFilePath: "/data/captcha.html" + redisCacheEnabled: true + redisCacheHost: "redis.tools:6379" + redisCacheDatabase: "0" + redisCacheUnreachableBlock: false \ No newline at end of file