[vagrant-up] vagrant up with Ansible provisioner inside a vbox running on Windows ?

2014-07-30 Thread Torsten Reinhard
Hi, I want to run Vagrant using the Ansible provisioner - but there are some issues running that on cygwin. So as workaround - is it possible to install and run VirtualBox and vagrant inside a vbox, running centos for example? I would than # start centos VirtualBox on Windows as Ansible

Re: [vagrant-up] vagrant up with Ansible provisioner inside a vbox running on Windows ?

2014-07-30 Thread Torben Knerr
Hi Torsten, VirtalBox inside VirtalBox does not work afaik. You could use Vagrant/VirtualBox on Windows to spin up an Ubuntu VM, and from within that VM you can use Vagrant/LXC. That will be pretty lightweight. Check out @fgrehm's vagrant-lxc plugin for this. Alternative: VirtualBox inside