2021-06-10 16:09:05 +00:00
|
|
|
---
|
2021-06-11 14:52:26 +00:00
|
|
|
beacon_node_service_user_pass: '{{lookup("passwordstore", "services/Nimbus/windows-pass")}}'
|
2021-06-16 13:41:50 +00:00
|
|
|
beacon_node_network: 'prater'
|
|
|
|
beacon_node_service_name: 'beacon-node-{{ beacon_node_network }}-{{ beacon_node_repo_branch }}'
|
|
|
|
beacon_node_repo_branch: '{{ item.branch }}'
|
|
|
|
# Offset using index from list of branches
|
|
|
|
beacon_node_discovery_port: '{{ 9000 + port_offset }}'
|
|
|
|
beacon_node_listening_port: '{{ 9000 + port_offset }}'
|
|
|
|
beacon_node_metrics_port: '{{ 9200 + port_offset }}'
|
|
|
|
beacon_node_rpc_port: '{{ 9900 + port_offset }}'
|