From d957f8d8b1c6c0f1f9cca345ec7a23cbc770f78c Mon Sep 17 00:00:00 2001 From: Kartik Chopra Date: Thu, 5 Sep 2024 15:29:43 -0400 Subject: [PATCH] feat: keep public ip of bootnode 0.0.0.0 --- infrastructure/nomad/playbooks/variables/profiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/nomad/playbooks/variables/profiles.yml b/infrastructure/nomad/playbooks/variables/profiles.yml index f5cf0cd3f..485c413d7 100644 --- a/infrastructure/nomad/playbooks/variables/profiles.yml +++ b/infrastructure/nomad/playbooks/variables/profiles.yml @@ -58,7 +58,7 @@ jobs: to: 30301 env: ip: 0.0.0.0 - public_ip: "{{ ansible_facts['default_ipv4']['address'] }}" + public_ip: 0.0.0.0 net_restrict: 172.26.64.0/20 type: bootnode