10 lines
206 B
YAML
10 lines
206 B
YAML
traefik_name: traefik
|
|
traefik_dashboard: false
|
|
traefik_root: "/opt/{{ traefik_name }}"
|
|
traefik_production: false
|
|
traefik_hsts_preload: false
|
|
traefik_hsts_seconds: 0
|
|
traefik_ports:
|
|
- "80:80"
|
|
- "443:443"
|