Remove deploy validation private variable
Proposal
Some of API calls are made with usage of _elasticsearch_deploy_validatation_endpoint
. However this can be replaced with elasticsearch_url
which can be defined by user by elasticserach_domain
and elasticsearch_external_port
variables.
All API calls are made with connection local so this is proer behaviour.
Remember to change this in README.