Top "Vagrant" questions

GENERAL VAGRANT SUPPORT IS OFF-TOPIC.

Multi VM in one Vagrantfile. Could I set different memory size for each of them?

config.vm.define :web do |web_config| web_config.vm.box = "saucy" web_config.vm.host_name = "web" web_config.…

virtualbox vagrant vagrantfile
Ansible 2.1.0 using become/become_user fails to set permissions on temp file

I have an ansible 2.1.0 on my server, where I do deployment via vagrant and on PC too. The role "deploy" …

git vagrant ansible sudo ansible-2.x
Specify Vagrantfile path explicity, if not plugin

Is there any way to explicity specify the path of a Vagrantfile? My company wants to do something like this: …

ruby plugins development-environment provisioning vagrant
What ports does pip use?

This is hopefully a quick one to answer, I'm trying to provision a box on AWS with puppet and one …

python amazon-web-services pip vagrant puppet
Rails server doesn't see code changes and reload files

I noticed that my rails server doesn't reload controllers, models and probably any other files after I change them. I …

ruby-on-rails vagrant puma ruby-on-rails-5
Chef correct way to load new rpm and install package

I am trying to install the latest version of php on a centos box and am struggling. The cookbook i …

chef-infra vagrant provisioning sysadmin chef-solo
Allow two or more vagrant VMs to communicate on their own network

I want to create multiple servers that can communicate directly with each other without using public IPs. They'll still need …

vagrant virtualbox vagrantfile
Accessing ngrok web interface on a Vagrant box

I have a Vagrant box I'm using for local development. I'm working on a webhook, which is being called from …

localhost vagrant ngrok
How to control the version of Chef that Vagrant uses to provision VMs?

A current Chef recipe isn't running because of a bug in version 0.10.10. How can I upgrade the version of Chef …

rubygems chef-infra vagrant
Docker container - how to configure so it gets a viable IP address when running in vagrant?

Docker (www.docker.io) looks terrific. However, after installing VirtualBox, Vagrant ... and finally Docker on a Mac, I'm finding it's …

macos vagrant virtualbox docker linux-containers