How to use this box with Vagrant:

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

This version was created over 6 years ago.

There isn't a description.

2 providers for this version.
  • lxc Hosted by Vagrant Cloud (216 MB)

  • virtualbox Hosted by Vagrant Cloud (473 MB)