Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

Vagrant, how to specify the disk size?

I want to make sure that my development environment has enough free space to install tools and other stuff. I …

vagrant
execute commands as user after Vagrant provisioning

There are some commands that have to be run as a normal user after the initial provisioning. I thought I …

shell vagrant
error: OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054

While running the command vagrant box add laravel/homestead, I am getting this error: An error occurred while downloading the …

laravel ssl openssl vagrant homestead
where to find config.vm.boot_timeout?

Hi I want to edit the config.vm.boot_timeout in vagrant because I am having problem in booting up …

vagrant homestead
How to fix "https://repo.packagist.org/packages.json does not contain valid Json"?

I've an issue with composer running on a vagrantbox (Centos 7), which started to just suddenly happen. I've already tried manually …

composer-php vagrant symfony4
How to disable VirtualBox time sync from within the guest at runtime

I have a VirtualBox VM running Centos 6.5 with Guest Additions installed and I need to be able to disable and …

vagrant virtualbox virtualization
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
"skipping: no hosts matched" issue with Vagrant and Ansible

I have installed Vagrant, VirtualBox and Ansible and trying to run provision over one host but it always returns "skipping: …

debian vagrant virtualbox ansible
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
Vagrant " VM not created." when trying to create box from existing VM

I imported the precise32 box, then installed some packages and other data on the VM. My plan is to then …

virtual-machine vagrant