chore: expose dashboard of vagrant-vms over domains

This commit is contained in:
Bert-Jan Fikse 2026-01-22 14:03:21 +01:00
parent f2e2baa886
commit b0c62bbef9
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
3 changed files with 8 additions and 2 deletions

View file

@ -6,6 +6,7 @@ traefik_mode: dmz
use_ssl: true use_ssl: true
cert_mode: "selfsigned" # Use 'acme' for production cert_mode: "selfsigned" # Use 'acme' for production
enable_dashboard: true enable_dashboard: true
dashboard_domain: "traefik.dmz.local.test"
log_level: DEBUG log_level: DEBUG
traefik_network: proxy traefik_network: proxy

View file

@ -35,4 +35,7 @@ traefik_services:
# port: 80 # port: 80
# protocol: http # protocol: http
use_ssl: false # disable SSL redirect for vagrant use_ssl: false # disable SSL redirect for vagrant
use_ssl_dashboard: true # still use SSL for dashboard
dashboard_domain: "traefik.backend.local.test"

View file

@ -3,4 +3,6 @@ traefik_services:
- name: httpbin-srv2 - name: httpbin-srv2
domain: "{{ httpbin_domain }}" domain: "{{ httpbin_domain }}"
port: 443 port: 443
protocol: https protocol: https
dashboard_domain: "traefik.backend2.local.test"