With the current installation process, the user cannot modify the HOSTS_VARS file before the whole ansible playbook executes.
The alternative is manually cloning the repo and modifying the file, and then running sh install.sh.
A solution would be stopping the process and letting the user modify the variables, or simply adding script parameters with overridable defaults.
With the current installation process, the user cannot modify the HOSTS_VARS file before the whole ansible playbook executes.
The alternative is manually cloning the repo and modifying the file, and then running
sh install.sh.A solution would be stopping the process and letting the user modify the variables, or simply adding script parameters with overridable defaults.