I have a file on my host located at ~/ansible/provisioning/playbook.yml
that corresponds to /vagrant/provisioning/playbook.yml
on the guest. Every
According to this issue on github the fastest solution is to use geerlingguy/centos7 box.
This box will build the guest additions.
Tested - works smoothly!
as thought rsync is enabled, the box centos/7
has rsync by default, this has been discussed before
When using rsync, you can turn the rsync-auto command to automatically push any new changes from the host to the VM.
If you want to use default virtual box shared folder feature, you can add the following in your Vagrantfile
config.vm.synced_folder ".", "/vagrant", type: "virtualbox"