mirror of
https://github.com/status-im/infra-role-geth.git
synced 2025-01-10 04:05:39 +00:00
Jakub Sokołowski
27ff1d257b
This allows for providing a custom genesis config file. For more details see: https://github.com/status-im/infra-nimbus/issues/53 Signed-off-by: Jakub Sokołowski <jakub@status.im>
13 lines
319 B
YAML
13 lines
319 B
YAML
---
|
|
- import_tasks: checks.yml
|
|
- import_tasks: generate.yml
|
|
- import_tasks: trusted_peers.yml
|
|
- import_tasks: init.yml
|
|
when: geth_init_enabled
|
|
- import_tasks: container.yml
|
|
- import_tasks: firewall.yml
|
|
- import_tasks: wrappers.yml
|
|
- import_tasks: save_enode.yml
|
|
- import_tasks: consul.yml
|
|
when: geth_consul_enabled
|