play for installing traefik on lb servers

This commit is contained in:
2026-08-05 20:50:58 +02:00
parent ecdf64ffac
commit c89e8c565a
10 changed files with 237 additions and 2 deletions
+21 -2
View File
@@ -1,6 +1,25 @@
---
## REQUIRED
# DOMAIN ""
# ANALYTICS_IP ""
# WEB_IPS '["", ""]'
# apt_packages:
# - nginx
custom_firewall_ports:
- 80
- 443
install_nginx_exporter: true
description: "load balancer serving web servers for retailor.io"
# - 9100 # traefik exporter - internal only
# - 8080 # traefik dashboard - internal only
# install_nginx_exporter: true
description: "load balancer serving traefik webserver for retailor.io"
traefik_image: "traefik:v3.1"
traefik_acme_email: webmaster@retailor.io
traefik_config_dir: "/etc/traefik"
traefik_dynamic_dir: "/etc/traefik/dynamic"
traefik_web_port: 80
traefik_websecure_port: 443
traefik_dashboard_port: 8080
traefik_dashboard_insecure: true