From 704930f8a81a1303a528053e4874b9928eee5e94 Mon Sep 17 00:00:00 2001 From: Kartik Chopra Date: Wed, 4 Sep 2024 15:27:19 -0400 Subject: [PATCH] chore: remove public ips and set localhost to internal ip --- infrastructure/nomad/playbooks/variables/profiles.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/infrastructure/nomad/playbooks/variables/profiles.yml b/infrastructure/nomad/playbooks/variables/profiles.yml index 485cf8d75..dab2d9f27 100644 --- a/infrastructure/nomad/playbooks/variables/profiles.yml +++ b/infrastructure/nomad/playbooks/variables/profiles.yml @@ -78,11 +78,10 @@ jobs: to: 30311 static: 30311 env: - ip: 0.0.0.0 + ip: 127.0.0.1 net_restrict: "{{ ansible_facts['default_ipv4']['address'] }}/32" type: signer port: 30311 - public_ip: "{{ ansible_facts['default_ipv4']['address'] }}" mev_commit_geth_signer_node2: &mev_commit_geth_signer_node2_job name: mev-commit-geth-signer-node2 @@ -100,11 +99,10 @@ jobs: to: 30312 static: 30312 env: - ip: 0.0.0.0 + ip: 127.0.0.1 net_restrict: "{{ ansible_facts['default_ipv4']['address'] }}/32" type: signer port: 30312 - public_ip: "{{ ansible_facts['default_ipv4']['address'] }}" mev_commit_geth_signer_node3: &mev_commit_geth_signer_node3_job name: mev-commit-geth-signer-node3 @@ -122,11 +120,10 @@ jobs: to: 30313 static: 30313 env: - ip: 0.0.0.0 + ip: 127.0.0.1 net_restrict: "{{ ansible_facts['default_ipv4']['address'] }}/32" type: signer port: 30313 - public_ip: "{{ ansible_facts['default_ipv4']['address'] }}" mev_commit_geth_member_node: &mev_commit_geth_member_node_job name: mev-commit-geth-member-node