homelab/roles/traefik/defaults/main.yml

13 lines
338 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 }}"
traefik_localonly: "10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 127.0.0.0/8"
2020-09-03 23:00:27 +00:00
traefik_production: false
2022-08-19 03:32:37 +00:00
traefik_hsts_enable: false
traefik_hsts_preload: false
traefik_hsts_seconds: 0
2022-08-19 03:32:37 +00:00
traefik_http_redirect: false
traefik_ports:
- "80:80"
2020-07-17 04:41:21 +00:00
- "443:443"