Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

Pass environment variables to vagrant shell provisioner

It looks like passing environment variables when calling vagrant up is simple if you're using a Ruby provisioner: VAR=123 vagrant …

vagrant environment-variables
SSH onto Vagrant Box With Different Username

Rather than ssh-ing onto my Vagrant virtual machine with a "vagrant" user-name and password, I'd like to use kevin/kevin. …

ssh vagrant
How do I associate a Vagrant project directory with an existing VirtualBox VM?

Somehow my Vagrant project has disassociated itself from its VirtualBox VM, so that when I vagrant up Vagrant will import …

virtualbox vagrant
Error when doing vagrant up

I get this error when I do a vagrant up : anr@anr-Lenovo-G505s ~ $ vagrant up Bringing machine 'default' up with …

virtualbox vagrant base vagrantfile
Download vagrant box file locally from atlas and configuring it

I want to download a vagrant box file from Atlas for using it later locally with my vagrant file. How …

vagrant vagrantfile
Vagrant was unable to mount VirtualBox shared folders

Current setup: Virtualbox 5.1.20 with Vagrant 1.9.3 Previous working setup: Virtualbox 5.1.18 with Vagrant 1.9.3 I installed the latest version of Virtualbox and tried …

vagrant virtualbox vagrant-plugin
How to remove extra host only network interfaces created by vagrant on windows 10?

I have recently upgraded to Win 10 and hence to vagrant 1.7.4 and virtual box 5.0.2 r102096. While bringing one of the VM …

vagrant virtualbox windows-10
Cannot change permissions of folders within vagrant home folder

When I ssh in to my vagrant vm, I can change permissions of files and folders above and outside the …

centos virtualization virtualbox chmod vagrant
vagrant.d outside of the home folder

I've the problem that my home directory is actually located on a remote server and with ~/.vagrant.d sitting on …

vagrant
How to combine Vagrant with Jenkins for the perfect Continuous Integration Environment?

You have a project which has got some SW requirements to run (e.g.: a specific version of Apache, a …

continuous-integration jenkins vagrant