Vagrant.configure("2") do |config|
  config.vm.box = "box"

  config.vm.network "private_network", ip: "192.168.33.10"
end
