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…
Reference in New Issue