Skip to content

Commit

Permalink
feat: keep public ip of bootnode 0.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Sep 5, 2024
1 parent 2ec238c commit d957f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/nomad/playbooks/variables/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d957f8d

Please sign in to comment.