Top "Vagrantfile" questions

Vagrantfiles are configuration files for vagrant.

Vagrant port forwarding for Mysql

I am trying to setup port forwarding in Vagrantfile to connect to guest mysqld from host system, but get reading …

mysql vagrant portforwarding vagrantfile
Is there any way to retry playbooks from where they failed?

Is there any way to retry playbooks from where they failed? I'm starting it with vagrant provision

vagrant ansible vagrantfile
vagrant up error : default: Error: Connection timeout. Retrying

I am new to vagrant tool. I am using Ubuntu 13.04 my project directory is "/var/www/project". I have set …

ubuntu vagrant virtualization vagrantfile
Changing Vagrantfile causes "vagrant ssh" to prompt for a password?

I've been playing around with setting up an environment using Vagrant, and I'm having an issue with the vagrant ssh …

ssh vagrant vagrantfile
Upgrading Vagrant in Ubuntu 16.04

I currently have Vagrant 1.8.1 installed in my Ubuntu 16.04 I'm thinking to upgrade it to Vagrant 2.0.0 The problem is I'm not …

ubuntu vagrant virtual-machine vagrantfile apt-get
Having problems accessing port 5000 in Vagrant

I am trying to teach myself Flask in a Vagrant environment. I understand that Flask runs a server on port 5000 …

python networking flask vagrant vagrantfile
vagrant synced folders not working real-time on virtualbox

my synced folders are not working properly, they are synced one-time at start but when I make changes on the …

linux vagrant virtualbox vagrantfile synced-folder
Why is Vagrant trying to SSH to Windows guest?

My host is running Windows 7 Pro (64 bit). The Guest OS in this case is Windows Server 2008 R2. The 'vagrant up' …

virtualbox vagrant vagrantfile
How can I upload more than one file with vagrant file provisioning?

In a Vagrant setup, I have to upload a couple of files from the host to the guest during the …

vagrant virtualbox vagrantfile
Vagrant synced folder options

What is the best method for implementing Vagrant NFS "synced folders" between host and VM? I was finally able to …

vagrant nfs vmware-fusion vagrantfile