-
Notifications
You must be signed in to change notification settings - Fork 628
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
Support ansible provision mode for remote playbook #2283
Conversation
830dd18
to
3faa74f
Compare
Signed-off-by: Anders F Björklund <[email protected]>
Signed-off-by: Anders F Björklund <[email protected]>
@@ -291,6 +291,10 @@ func watchHostAgentEvents(ctx context.Context, inst *store.Instance, haStdoutPat | |||
return true | |||
} | |||
|
|||
if xerr := runAnsibleProvision(ctx, inst); xerr != nil { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we have an integration test in https://github.com/lima-vm/lima/blob/master/hack/test-templates/test-misc.yaml ?
Signed-off-by: Anders F Björklund <[email protected]>
Signed-off-by: Anders F Björklund <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Is this feature officially supported? Coverage in docs seems to be minimal and couldn't find anything in the release notes. Cheers. |
Closes #2282
Needs docs.lima.yaml (based on debian.yaml)
inventory.yaml (auto-generated)
playbook.yaml
https://docs.ansible.com/ansible/latest/getting_started/get_started_playbook.html