It is easier to use vagrantbox with VirtualBox on an Ubuntu host. Meanwhile Ansible provisionning is disabled in vagrant to avoid the requirement to install ansible on windows and make it possible to work with a windows host.
- Create an ubuntu-desktop VirtualBox VM (
devbox
) - Mount windows folder containing
vagrantbox
in the VM. - Add
192.168.50.0/24
network todevbox
VM - Use
vagrant
on windows to startvagrantbox
VMs - Use
ansible
on linuxdevbox
to configurevagrantbox
VMs
See :