How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "atlas_shrugged/vsphere_dummy"
  config.vm.box_version = "1.0.0"
end
vagrant init atlas_shrugged/vsphere_dummy \
  --box-version 1.0.0
vagrant up

This version was created almost 8 years ago.

As per...

https://github.com/nsidc/vagrant-vsphere

1 provider for this version.
  • vsphere Hosted by Vagrant Cloud (155 Bytes)