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 VMWare does work, but the vagrant-vmware provider is not for free HTH, Torben Am 31.07.2014 01:30 schrieb "Torsten Reinhard" <[email protected]>: > 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 development environment" > $Microsoft > vagrant up > $Microsoft > vagrant ssh > > # start another VirtualBox running my test environment > [vagrant@centos vagrant]$ vagrant up > [vagrant@centos vagrant]$ ....(will invoke Ansible provisioner now > properly) > > > If not - any suggestions how to use Ansible inside vagrant provisioning if > running on Windows ? > > Thanx for any suggestions > > Torsten > > > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
