Skip to content
New issue

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

cannot pass host-vars to bootstrap #2

Open
msherman64 opened this issue Jun 29, 2021 · 0 comments
Open

cannot pass host-vars to bootstrap #2

msherman64 opened this issue Jun 29, 2021 · 0 comments

Comments

@msherman64
Copy link
Contributor

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant