We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the --host-vars option is not available for the bootstrap command.
The following workaround allowed installation to complete on a rpi4, running raspios_lite_arm64
python -m chi_edge.ansible --playbook setup_edge_dev \ --host-vars ansible_become=true \ --host-vars docker_apt_arch=arm64 \ --host-vars mgmt_ipv4=<ip_addr> \ --host-vars user_ipv4=<ip_addr> \ --host-vars site_internal_vip=<ip_addr> \ <hostname>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the --host-vars option is not available for the bootstrap command.
The following workaround allowed installation to complete on a rpi4, running raspios_lite_arm64
The text was updated successfully, but these errors were encountered: