infra-nimbus/ansible/group_vars/nimbus-toledo-devel.yml

10 lines
406 B
YAML
Raw Normal View History

---
beacon_node_network: 'toledo'
beacon_node_cont_tag: 'devel-{{ (hostname is search("large")) | ternary("large", "small") }}'
beacon_node_cont_entrypoint: '/usr/local/bin/nimbus_beacon_node'
# Distribution of validators and their keys
dist_validators_layout:
"toledo-01.aws-eu-central-1a.nimbus.test": { start: 0, end: 1024 }
"toledo-02.aws-eu-central-1a.nimbus.test": { start: 1024, end: 2048 }