Top "Vagrantfile" questions

Vagrantfiles are configuration files for vagrant.

Vagrant's Ubuntu 16.04 vagrantfile default password

I'm attempting to deploy and run an Ubuntu 16.04 VM via Vagrant 1.9.1. The Vagrantfile I'm using is from Atlas: Ubuntu Xenial 16.04 …

linux ubuntu ssh vagrant vagrantfile
`ssh` executable not found in any directories in the %PATH%

ERROR: c:\Users\dhawal.vora>vagrant ssh `ssh` executable not found in any directories in the %PATH% variable. Is …

ssh virtual-machine vagrant vagrantfile
How to enable internet access inside Vagrant?

If I run curl google.com, I can't see the output, only a blank page. My Vagrantfile contains: Vagrant.configure("2") …

vagrant vagrantfile
Editing php.ini on vagrant box

Does anyone know how to edit the mail setting in the php.ini file by using Vagrant. so I would …

php vagrant vagrantfile
Update a Vagrant Box?

I have updated a box vagrant box update and now when I run vagrant up it boots into the old …

vagrant vagrantfile
Using Vagrant to set up a VM with KVM/qemu without VirtualBox

I'm getting started Vagrant and want to use it with KVM/qemu (and the Virtual Machine Manager GUI), instead of …

vagrant qemu devops vagrantfile kvm
How to automatically select bridged network interfaces in Vagrant?

What should I add in Vagrant file to prevent asking (after vagrant up command) Which interface should the network bridge …

vagrant vagrantfile vagrant-windows
NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:redshift.psycopg2

I am trying to connect to redshift from my python code. my pip installed: psycopg2==2.6.1 redshift-sqlalchemy==0.4.1 SQLAlchemy==1.0.9 and my virtual …

python-2.7 sqlalchemy vagrant amazon-redshift vagrantfile
Vagrant up - The Following settings shouldn't exist: vm (rethinkdb-vagrant)

Trying to setup rethinkdb using https://github.com/RyanAmos/rethinkdb-vagrant C:\rethinkdb-vagrant>vagrant up Bringing machine 'default' up with …

vagrant vagrantfile
Box 'laravel/homestead' could not be found

I have downloaded the laravel/homestead box manually from here. I successfully add the box: vagrant box add file:///path/…

laravel vagrant vagrantfile homestead