infra-nimbus/ansible/group_vars/nimbus.mainnet.yml

10 lines
316 B
YAML

---
beacon_node_network: 'mainnet'
beacon_node_cont_tag: 'stable-small'
# 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