mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-13 07:14:07 +00:00
change ports for other testnets
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9c9b69c623
commit
3c2384092e
@ -21,7 +21,7 @@
|
||||
with_sequence: count=2
|
||||
vars:
|
||||
beacon_node_network: 'testnet1'
|
||||
beacon_node_metrics_port : '{{ 9200 - 1 + item|int }}'
|
||||
beacon_node_metrics_port : '{{ 9300 - 1 + item|int }}'
|
||||
beacon_node_public_tcp_port: '{{ 9100 - 1 + item|int }}'
|
||||
beacon_node_public_udp_port: '{{ 9100 - 1 + item|int }}'
|
||||
beacon_node_cont_name: 'beacon-node-{{ beacon_node_network}}-{{ item }}'
|
||||
@ -44,7 +44,7 @@
|
||||
with_sequence: count=2
|
||||
vars:
|
||||
beacon_node_network: 'testnet1'
|
||||
beacon_node_metrics_port : '{{ 9200 - 1 + item|int }}'
|
||||
beacon_node_metrics_port : '{{ 9300 - 1 + item|int }}'
|
||||
beacon_node_public_tcp_port: '{{ 9100 - 1 + item|int }}'
|
||||
beacon_node_public_udp_port: '{{ 9100 - 1 + item|int }}'
|
||||
beacon_node_cont_name: 'beacon-node-{{ beacon_node_network}}-{{ item }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user