remove env_vars use ENV & ansible defaults

This commit is contained in:
2026-08-10 23:38:06 +02:00
parent 88b557a1b6
commit f7faa2e5b1
5 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
traefik_web_private_ips is empty. Set the WEB_IPS env var
(JSON list) before running, or override the variable directly, e.g.
-e traefik_web_private_ips='["10.0.1.11","10.0.1.12"]'
when: env_vars.WEB_IPS | length == 0
when: traefik_web_private_ips | length == 0
- name: Ensure Traefik config directories exist
ansible.builtin.file: