Top "Vagrantfile" questions

Vagrantfiles are configuration files for vagrant.

How to fix Vagrant error: `private_key_path` file must exist:

I've been using PuPHPet to create virtual development environments. Yesterday I generated a config file for a new box. When …

ssh vagrant vagrantfile puphpet vagrant-windows
Multiple providers in a single vagrant file?

I've got a vagrant file that builds a local VM. I want to add the EC2 provider and have the …

vagrant vagrantfile
Vagrant box: default: Warning: Connection timeout. Retrying

I'm having trouble getting vagrant box running. I tried the solution in this thread: Vagrant stuck connection timeout retrying. No …

laravel-4 connection localhost vagrant vagrantfile
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
Connecting to Vagrant Box with MySQL Workbench

I'm getting started with Vagrant. I'm trying to connect to Scotch Box with MySQL Workbench. First I did succeed to …

ssh vagrant mysql-workbench vagrantfile vagrant-windows
Windows CRLF to Unix LF Issues in Vagrant

I'm working on provisioning a few VMs using Vagrant. Here's the situation: Host: Windows 7 (64-bit) Guest: Ubuntu 14.04 (64-bit) I am …

vagrant virtual-machine vagrantfile eol
How do I set the SMB username and password?

I have a Vagrantfile (copied below) that uses SMB shared folders. On up, Vagrant always prompts for the username and …

windows vagrant vagrantfile
Vagrant not installing pip during provision

Here is my bootstrap.sh: #!/usr/bin/env bash apt-get update apt-get install -y apache2 apt-get install python-pip if ! [ -L /…

python bash vagrant vagrantfile vagrant-provision
Vagrant sync folder doesn't work on windows 10

I'm trying to sync folders from a windows 10 hosto to a ubuntu guest but I get this error: $ vagrant up …

vagrant vagrantfile vagrant-windows