homelab/roles/traefik/defaults/main.yml

10 lines
206 B
YAML
Raw Normal View History

2019-11-03 03:34:03 +00:00
traefik_name: traefik
2020-07-11 08:31:34 +00:00
traefik_dashboard: false
2020-07-17 04:41:21 +00:00
traefik_root: "/opt/{{ traefik_name }}"
2020-09-03 23:00:27 +00:00
traefik_production: false
traefik_hsts_preload: false
traefik_hsts_seconds: 0
traefik_ports:
- "80:80"
2020-07-17 04:41:21 +00:00
- "443:443"