mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-21 01:48:07 +00:00
add RPC port configuration for Nimbus
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b909ac3f07
commit
d3513549f3
@ -26,6 +26,7 @@
|
||||
with_sequence: count=2
|
||||
vars:
|
||||
beacon_node_network: 'testnet0'
|
||||
beacon_node_rpc_port: '{{ 10000 - 1 + item|int }}'
|
||||
beacon_node_metrics_port : '{{ 9200 - 1 + item|int }}'
|
||||
beacon_node_listening_port: '{{ 9000 - 1 + item|int }}'
|
||||
beacon_node_discovery_port: '{{ 9000 - 1 + item|int }}'
|
||||
@ -37,6 +38,7 @@
|
||||
with_sequence: count=2
|
||||
vars:
|
||||
beacon_node_network: 'testnet1'
|
||||
beacon_node_rpc_port: '{{ 11000 - 1 + item|int }}'
|
||||
beacon_node_metrics_port : '{{ 9300 - 1 + item|int }}'
|
||||
beacon_node_listening_port: '{{ 9100 - 1 + item|int }}'
|
||||
beacon_node_discovery_port: '{{ 9100 - 1 + item|int }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user