Skip to content

Commit

Permalink
set node ip to 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Sep 4, 2024
1 parent ea13381 commit aaa0a64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infrastructure/nomad/playbooks/variables/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit aaa0a64

Please sign in to comment.