infra-nimbus/ansible/group_vars/nimbus.mainnet.yml
Jakub Sokołowski 7f5fd21829
nimbus.mainnet: set branch to use to stable
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-09-21 18:37:59 +02:00

10 lines
313 B
YAML

---
beacon_node_network: 'mainnet'
beacon_node_repo_branch: 'stable'
# WARNING: Since these are Eth 2 bootnodes we need to keep the keys and IPs unchanged.
beacon_node_netkey: '{{lookup("bitwarden", "nimbus/netkey", field=hostname)}}'
# Bootnodes should subscribe to all subnets
beacon_node_subscribe_all: true