Skip to content

Instantly share code, notes, and snippets.

@simonmcc
Created March 26, 2018 12:58
Show Gist options
  • Save simonmcc/b7701193e3188ad7626b4ff951d4c290 to your computer and use it in GitHub Desktop.
Save simonmcc/b7701193e3188ad7626b4ff951d4c290 to your computer and use it in GitHub Desktop.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "bento/ubuntu-16.04"
config.vm.network "private_network", ip: "192.168.33.10"
config.vm.network "private_network", ip: "2001:db8:85a3::8a2e:370:7334"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment