wiki
wiki copied to clipboard
Non-AWS validator guide redundant step 9
Step 9 says:
set the following options as follows in group_vars/all: allow_validator_ssh: true allow_validator_p2p: true associate_validator_elastic_ip: false
This is already set in the sources pulled from git, so seems redundant.
just a verification which is good to have because if someone is using the same deployment-playbook to deploy multiple nodes, they might be going from bootnode to validator and there is a difference in the two. Also, to verify that allow_validator_ssh: true because if not, you won't be able to ssh into the node. It may not be needed, but this is why I think it may be good to keep as is. Anyone else?