Top "Vagrantfile" questions

Vagrantfiles are configuration files for vagrant.

Vagrant ssh authentication failure

The problem with ssh authentication: ==> default: Clearing any previously set forwarded ports... ==> default: Clearing any previously set network …

ssh vagrant virtualbox private-key vagrantfile
How to change Vagrant 'default' machine name?

Where does the name 'default' come from when launching a vagrant box? $ vagrant up Bringing machine 'default' up with 'virtualbox' …

configuration vagrant virtualbox vagrantfile
Vagrant up - VBoxManage.exe error: VT-x is not available (VERR_VMX_NO_VMX) code E_FAIL (0x80004005) gui headless

Machine: Window10 (64bit). I downloaded the latest VirtualBox, Vagrant and initialized CentOS 6.7 64bit image/url. The following worked successfully in …

vagrant windows-10 virtualbox vagrantfile headless
Can't ssh to vagrant VMs using the insecure private key (vagrant 1.7.2)

I have a cluster of 3 VMs. Here is the Vagrantfile: # -*- mode: ruby -*- # vi: set ft=ruby : …

ssh vagrant vagrantfile
Symbolic links and synced folders in Vagrant

I want to use Vagrant to provide a common development environment to my team. The hosts are completely different: Some …

synchronization sync vagrant rsync vagrantfile
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 up timeout

Having some issues to get my vagrant up, Got the box, run vagrant init and after vagrant up command I …

timeout vagrant virtualbox vagrantfile
How to access Vagrant Box in public network

I had created on e box inside vagrant. In the Vagrantfile, I had given the network as Create a private …

vagrant vagrantfile
Unable to vagrant up - how to set "providers"

I am trying run vagrant but after vagrant up error appears: No usable default provider could be found for your …

vagrant virtualbox vagrantfile