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
https://cloudinit.readthedocs.io/en/latest/reference/modules.html#ansible
In our case, we may not want to install ansible during boot as its a heavy operation, as we cant know if even python is on the image.
But, we could do:
If ansible is not there:
I think we could start small with the pluging and build on top of it.
something like
stages: boot: ansible: pull: url: https://github.com/holmanb/vmboot.git playbook_name: ubuntu.yml
as a start would be good
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://cloudinit.readthedocs.io/en/latest/reference/modules.html#ansible
In our case, we may not want to install ansible during boot as its a heavy operation, as we cant know if even python is on the image.
But, we could do:
If ansible is not there:
I think we could start small with the pluging and build on top of it.
something like
as a start would be good
The text was updated successfully, but these errors were encountered: