Skip to content

Instantly share code, notes, and snippets.

@damiancastelao
Created December 1, 2021 14:46
Show Gist options
  • Save damiancastelao/25a1fd810b1a3394dc099073aff373be to your computer and use it in GitHub Desktop.
Save damiancastelao/25a1fd810b1a3394dc099073aff373be to your computer and use it in GitHub Desktop.
Vagrantfile para w2019 local
Vagrant.configure("2") do |config|
config.vm.box = "w2019"
config.vm.box_url = "http://10.0.9.26/repo/vagrant/asir/asir.json"
config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", disabled: true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment