reference-ansible/inventories/vagrant/host_vars/backend2/traefik.yml

8 lines
No EOL
233 B
YAML

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