2025-12-27 14:13:15 +01:00
|
|
|
---
|
|
|
|
|
# Default variables for traefik role
|
|
|
|
|
|
2026-01-08 16:56:19 +01:00
|
|
|
# Traefik version (v3.6.1+ fixes Docker API 1.44 compatibility with Docker 29+)
|
|
|
|
|
traefik_version: "v3.6"
|
2025-12-27 14:13:15 +01:00
|
|
|
|
|
|
|
|
# Let's Encrypt configuration
|
|
|
|
|
traefik_acme_email: "admin@example.com" # Override this!
|
|
|
|
|
traefik_acme_staging: false # Set to true for testing
|
|
|
|
|
|
|
|
|
|
# Dashboard configuration
|
|
|
|
|
traefik_dashboard_enabled: false
|
|
|
|
|
traefik_dashboard_domain: "traefik.example.com"
|
|
|
|
|
|
|
|
|
|
# Network
|
|
|
|
|
traefik_network: "traefik"
|
|
|
|
|
|
|
|
|
|
# Docker socket (for auto-discovery)
|
|
|
|
|
traefik_docker_socket: "/var/run/docker.sock"
|