From 6d3cefc29d596fcce0d436391eb6feec16bf2018 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Wed, 28 May 2025 23:56:55 -0700 Subject: CI part one --- playbooks/roles/traefik/templates/stacks/traefik.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'playbooks/roles/traefik/templates/stacks/traefik.yml') diff --git a/playbooks/roles/traefik/templates/stacks/traefik.yml b/playbooks/roles/traefik/templates/stacks/traefik.yml index 3b9f680..09588b3 100644 --- a/playbooks/roles/traefik/templates/stacks/traefik.yml +++ b/playbooks/roles/traefik/templates/stacks/traefik.yml @@ -11,7 +11,7 @@ entryPoints: address: ":80" forwardedHeaders: trustedIPs: - - "{{ homelab_network }}" + - "{{ swarm_network }}" - "{{ docker_network }}" http: redirections: @@ -22,7 +22,7 @@ entryPoints: address: ":443" forwardedHeaders: trustedIPs: - - "{{ homelab_network }}" + - "{{ swarm_network }}" - "{{ docker_network }}" serversTransport: -- cgit v1.2.3-70-g09d2