Skip to content

Instantly share code, notes, and snippets.

@michaelrice
Created June 25, 2014 17:46
Show Gist options
  • Save michaelrice/6c56c08092764819340d to your computer and use it in GitHub Desktop.
Save michaelrice/6c56c08092764819340d to your computer and use it in GitHub Desktop.
Vagrant::Config.run do |config|
config.vm.box = "esxi-test"
config.ssh.username = "root"
config.ssh.password = "password"
config.vm.network :bridged
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment