ethpandaops / ansible-collection-general

Ansible collection with multiple reusable roles used by the EthPandaOps team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make it easier to specify which nodes are running validators and which aren't

parithosh opened this issue · comments

Ideally we can just specify a no_validator_keys and it runs everything except the validator part. this is something we use extensively in testnets and would benefit from some automation.

ethereum_node_cl_validator_enabled=false does that. It works on every run (except first one, related issue: #68)