Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Use ansible_local provisioner #355

Closed
joshrickert opened this issue Dec 22, 2015 · 3 comments
Closed

Use ansible_local provisioner #355

joshrickert opened this issue Dec 22, 2015 · 3 comments
Labels

Comments

@joshrickert
Copy link

Vagrant's latest 1.8 release adds an ansible_local provisioner which should be able to replace the functionality of the JJG-Ansible-Windows script.

@geerlingguy
Copy link
Owner

Most likely. That will save some maintenance effort for sure! I'm still trying to get some VMware licensing issues sorted out so I can try out Vagrant 1.8.0 without it blowing up my environments.

@geerlingguy
Copy link
Owner

Working on this now.

@geerlingguy
Copy link
Owner

Works great! Only issue—which is only sort of an issue, because it has plusses and minuses—is that every time you run vagrant provision, all the ansible roles are updated via ansible-galaxy install -r [roles file] --force.

Meaning every provision (if you don't have Ansible installed locally) will take 1-2 extra minutes. But I guess it's even more motivation to install Ansible on your host if you're on Mac or Linux, or switch to Mac or Linux from Windows if not :P

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants