From 6ca66905b1fea7f8a3f2764c501def49fe42f806 Mon Sep 17 00:00:00 2001 From: marc Date: Mon, 27 May 2024 23:54:52 +0200 Subject: [PATCH] Fixed nomad bind address to use tailscale IP instead of 0.0.0.0 --- config/nomad.d/common.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/nomad.d/common.json b/config/nomad.d/common.json index df8c68f..413d22d 100644 --- a/config/nomad.d/common.json +++ b/config/nomad.d/common.json @@ -1,5 +1,7 @@ { "datacenter": "samfelag", + + "bind_addr": "{{ GetInterfaceIP \"tailscale0\" }}", "advertise": { "http": "{{ GetInterfaceIP \"tailscale0\" }}",