Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

Ansible provisioning ERROR! Using a SSH password instead of a key is not possible

I would like to provision with my three nodes from the last one by using Ansible. My host machine is …

ssh vagrant ansible ansible-inventory
How to use ssh agent forwarding with "vagrant ssh"?

Rather than create a new SSH key pair on a vagrant box, I would like to re-use the key pair …

ssh virtualbox forwarding ssh-keys vagrant
How to disable "Cannot Render Console from..." on Rails

I'm using Ubuntu/vagrant as my development environment. I'm getting these messages on rails console: Started GET "/assets/home-fcec5b5…

ruby-on-rails vagrant
Unable to connect to Vagrant private network from host

I have a vagrant virtual box up and running. So far I have been unable to connect to the web …

networking virtual-machine virtualbox vagrant
Timed out while waiting for the machine to boot when vagrant up

I have an Ubuntu 13.10 and I installed Vagrant 1.5.4 and VirtualBox 4.3.10r93012. My problem occurs when I write the command vagrant …

linux virtualbox vagrant ubuntu-13.10
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
How to ssh to vagrant without actually running "vagrant ssh"?

I would like to reproduce the way Vagrant logs in to my VM within a shell script using an ssh …

shell command-line ssh vagrant
Can I bring up the GUI for a Vagrant managed Virtual box while the box is running?

I know that I can configure my Vagrantfile to boot my machine with a GUI according to http://docs.vagrantup.…

virtualbox vagrant
Vagrant Not Starting Up. User that created VM doesn't match current user

I was trying to start up my vagrant machine, so I navigated to the folder where my vagrantfile is, and …

vagrant virtual-machine virtualbox virtualenv