From 25cd394f089381175cdbf0677e6a5f5aa7bb8687 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 9 Sep 2024 16:55:23 +0100 Subject: [PATCH] Correctly set private ip for ingress --- ansible/host_vars/ingress.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/host_vars/ingress.yml b/ansible/host_vars/ingress.yml index 751cb33..2bd5f95 100644 --- a/ansible/host_vars/ingress.yml +++ b/ansible/host_vars/ingress.yml @@ -1 +1,2 @@ +private_ip: "{{ ansible_tailscale0.ipv4.address }}" nginx_https_redirect: true