change ports for other testnets

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-10-29 17:31:27 +01:00
parent 9c9b69c623
commit 3c2384092e
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

View File

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