How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "leucos/trusty64-ansible-1.9"
end
vagrant init leucos/trusty64-ansible-1.9
vagrant up
This version was created almost 8 years ago.
New version without password prompt and reduced fs size
This version was created almost 8 years ago.
Initial version