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
@@ -7,7 +7,7 @@ traefik_metrics_port: 8100
traefik_dashboard_insecure: true # ufw should only allow from tailscale or vnet
traefik_acme_staging: "{{ lookup('env', 'TRAEFIK_ACME_STAGING') | default('false', true) }}"
domain: "{{ lookup('env', 'DOMAIN') | default('', true) }}"
traefik_domain: "{{ lookup('env', 'DOMAIN') | default('', true) }}"
# Single source of truth for static routing. Expected to be overridden
# from group_vars, -e, or an env-var lookup at the play level — see
# playbook.yml for the TRAEFIK_ROUTES example.