Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

Trouble with Vagrant - "404 - Not Found"

I am attempting to make a LAMP box using Vagrant. I have been told that it is quite simple to …

linux vagrant virtualbox lamp portforwarding
Vagrant chicken-and-egg: Shared folder with uid = apache user

My Vagrant box is build from a base linux (scientific linux), during provisioning (using shell scripts), Apache is installed. I …

linux apache vagrant
vagrant up fails with cannot load winrm

I am trying to run a Vagrant box with SQL Server for local development. I am running Fedora 23. The box …

vagrant winrm
Multiple ansible versions on same laptop

Can anyone tell how to install two or more ansible versions on one Ubuntu laptop? When I publish my roles …

ubuntu vagrant ansible vagrantfile
Cannot see any files or folders inside my vagrant root folder in my VM

I hope the title explains my problem but let me give you a little more detail. I'm setting up my …

ssh vagrant virtual-machine vagrantfile
Is there a way to use the IP address in a VagrantFile that Virtualbox assigned by DHCP?

I am creating a VirtualBox machine with Vagrant. In the provisioning I need to know the IP address of the …

vagrant virtualbox dhcp
Vagrant guest machine entered an invalid state

I'm trying to setup bosh-lite (to then install cloudfoundry locally) on a ubuntu server machine (vagrant v1.6.3, Virtualbox 4.3.20r96996). The …

ubuntu virtual-machine vagrant virtualbox cloud-foundry
Packer build fails due to tty needed for sudo

My packer build is failing with the following message: sudo: sorry, you must have a tty to run sudo. My …

vagrant virtualbox sudo packer
How do I use vagrant and browsersync with local domain?

I use vagrant and I have it configured to update my etc/host file here's an example. 10.20.1.36 example.dev I …

vagrant browser-sync
Vagrant File Chef Attributes

I am trying to configure my Vagrant file to have some chef attributes, but I must be doing something wrong …

ruby chef-infra vagrant