Skip to content

Instantly share code, notes, and snippets.

@alvarezgarcia
Created April 12, 2017 00:54
Show Gist options
  • Save alvarezgarcia/f76d03b31607a1764fd8b2531a15e592 to your computer and use it in GitHub Desktop.
Save alvarezgarcia/f76d03b31607a1764fd8b2531a15e592 to your computer and use it in GitHub Desktop.
# -*- mode: ruby -*-
# vi: set ft=ruby :
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "debian/jessie64"
config.vm.network "private_network", ip: "192.168.50.101"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment