infra-nimbus/ansible/mainnet.yml
Jakub Sokołowski eb44131dc6
add configuration for nimbus.mainnet bootstrap nodes
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-11-25 15:58:44 +01:00

15 lines
439 B
YAML

---
- name: Pre-playbook checks
hosts: localhost
tasks:
- name: 'Verify Ansible version is 2.8 or newer'
assert:
that: 'ansible_version.full is version_compare("2.8", ">=")'
msg: 'Your Ansible version is lower than 2.8. Upgrade it.'
- name: Configure network mainnet bootnodes
hosts:
- nimbus-mainnet-small
roles:
- { role: infra-role-beacon-node, tags: [ infra-role-beacon-node, beacon-node ] }