jaugustin / vagrant-ansible-local

Vagrant plugin that provision your VM with ansible playbooks directly from the guest VM
MIT License
65 stars 5 forks source link

connect usage of inventory_path to ansible inventory option #2

Open therealmarv opened 10 years ago

therealmarv commented 10 years ago

Use inventory_path like in the normal (not local) ansible provisioner

Sgoettschkes commented 9 years ago

Any updates on this PR? I was just running into this issue again and would love to see it solved!

therealmarv commented 9 years ago

@Sgoettschkes Not a fix for this plugin but this might be very interesting for you. I managed to get Ansible working locally within the VM without using this plugin. Here is the link http://akrabat.com/provisioning-with-ansible-within-the-vagrant-guest/ and working example https://github.com/PyBossa/pybossa

Sgoettschkes commented 9 years ago

@therealmarv I know this workaround already and use it for people who do not have the local plugin installed. Anyway, I'd love to get the plugin working without the workaround. As said here, after this PR is merged it would be cleaner to do that.