add RPC port configuration for Nimbus

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-03-23 19:39:45 +01:00
parent b909ac3f07
commit d3513549f3
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 0 deletions

View File

@ -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 }}'