mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-21 01:48:07 +00:00
nimbus.sepolia: fix exposed REST API endpoint
Missing redirect config. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9a3f1f8b4c
commit
9102e1954a
8
ansible/host_vars/linux-01.he-eu-hel1.nimbus.sepolia.yml
Normal file
8
ansible/host_vars/linux-01.he-eu-hel1.nimbus.sepolia.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
# Community test REST API endpoint.
|
||||
beacon_node_rest_address: '0.0.0.0'
|
||||
|
||||
# WARNING: This will change if number of nodes changes.
|
||||
redirect_ports:
|
||||
# beacon-node-sepolia-unstable-01
|
||||
- { src: 80, dst: 9311, comment: 'Test Beacon API (80->9311/tcp)' }
|
@ -14,6 +14,8 @@
|
||||
serial: '{{ serial|default(1) }}'
|
||||
hosts:
|
||||
- nimbus-sepolia-linux
|
||||
roles:
|
||||
- { role: redirect-ports, tags: [ redirect-ports ] }
|
||||
tasks:
|
||||
- include_role: name=infra-role-geth
|
||||
tags: [ geth, infra-role-geth ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user