chore(traefik): rename variables for clarity

This commit is contained in:
Bert-Jan Fikse 2026-01-22 17:32:39 +01:00
parent b0c62bbef9
commit d7f75c04da
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
4 changed files with 23 additions and 23 deletions

View file

@ -1,5 +1,5 @@
# Services to be exposed through the DMZ reverse proxy
traefik_services:
traefik_dmz_exposed_services:
- name: httpbin
domain: httpbin.local.test
port: 443
@ -35,7 +35,7 @@ traefik_services:
# port: 80
# protocol: http
use_ssl: false # disable SSL redirect for vagrant
traefik_use_ssl: false # disable SSL redirect for vagrant
use_ssl_dashboard: true # still use SSL for dashboard
dashboard_domain: "traefik.backend.local.test"
traefik_use_ssl_dashboard: true # still use SSL for dashboard
traefik_dashboard_domain: "traefik.backend.local.test"

View file

@ -1,8 +1,8 @@
# Services to be exposed through the DMZ reverse proxy
traefik_services:
traefik_dmz_exposed_services:
- name: httpbin-srv2
domain: "{{ httpbin_domain }}"
port: 443
protocol: https
dashboard_domain: "traefik.backend2.local.test"
traefik_dashboard_domain: "traefik.backend2.local.test"