Skip to content

Instantly share code, notes, and snippets.

@felippepuhle
Last active September 20, 2017 12:03
Show Gist options
  • Select an option

  • Save felippepuhle/f4356817e2aa70848aa13ffd04d5064f to your computer and use it in GitHub Desktop.

Select an option

Save felippepuhle/f4356817e2aa70848aa13ffd04d5064f to your computer and use it in GitHub Desktop.
Vagrant.configure("2") do |config|
config.vm.box = "hashicorp/precise32"
config.vm.define :web do |web_config|
web_config.vm.network "private_network", ip: "192.168.50.10"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment