From aaa0a6442a5d93b95a1b968f0ddbfad6e1c5b405 Mon Sep 17 00:00:00 2001 From: Kartik Chopra Date: Wed, 4 Sep 2024 13:26:11 -0400 Subject: [PATCH] set node ip to 0.0.0.0 --- infrastructure/nomad/playbooks/variables/profiles.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/nomad/playbooks/variables/profiles.yml b/infrastructure/nomad/playbooks/variables/profiles.yml index 069120822..485cf8d75 100644 --- a/infrastructure/nomad/playbooks/variables/profiles.yml +++ b/infrastructure/nomad/playbooks/variables/profiles.yml @@ -78,7 +78,7 @@ jobs: to: 30311 static: 30311 env: - ip: "{{ ansible_facts['default_ipv4']['address'] }}" + ip: 0.0.0.0 net_restrict: "{{ ansible_facts['default_ipv4']['address'] }}/32" type: signer port: 30311 @@ -100,7 +100,7 @@ jobs: to: 30312 static: 30312 env: - ip: "{{ ansible_facts['default_ipv4']['address'] }}" + ip: 0.0.0.0 net_restrict: "{{ ansible_facts['default_ipv4']['address'] }}/32" type: signer port: 30312 @@ -122,7 +122,7 @@ jobs: to: 30313 static: 30313 env: - ip: "{{ ansible_facts['default_ipv4']['address'] }}" + ip: 0.0.0.0 net_restrict: "{{ ansible_facts['default_ipv4']['address'] }}/32" type: signer port: 30313 @@ -146,7 +146,7 @@ jobs: p2p: to: 30311 env: - ip: "{{ ansible_facts['default_ipv4']['address'] }}" + ip: 0.0.0.0 public_ip: "{{ ansible_facts['default_ipv4']['address'] }}" net_restrict: 0.0.0.0/0 type: member