mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-07 13:32:06 +00:00
remove env_vars use ENV & ansible defaults
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user