mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-07 13:32:06 +00:00
configurable staging letsencrypt api
This commit is contained in:
@@ -5,6 +5,7 @@ traefik_websecure_port: 443
|
||||
traefik_dashboard_port: 8080
|
||||
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) }}"
|
||||
# Single source of truth for static routing. Expected to be overridden
|
||||
|
||||
Reference in New Issue
Block a user