2021-06-22 09:34:37 +00:00
|
|
|
---
|
|
|
|
- include_tasks: checks.yml
|
2022-01-26 08:53:11 +00:00
|
|
|
- when: not beacon_node_ansible_disabled
|
|
|
|
block:
|
|
|
|
- include_tasks: install.yml
|
|
|
|
- include_tasks: user.yml
|
|
|
|
- include_tasks: config.yml
|
|
|
|
- include_tasks: build.yml
|
|
|
|
- include_tasks: service.yml
|
|
|
|
- import_tasks: validators.yml
|
|
|
|
when: beacon_node_dist_validators_enabled
|
|
|
|
- include_tasks: firewall.yml
|
|
|
|
- include_tasks: consul.yml
|