How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "williamyeh/ansible"
config.vm.box_version = "2.1.0.20151229"
end
vagrant init williamyeh/ansible \
--box-version 2.1.0.20151229
vagrant up
This version was created almost 8 years ago.
Add: build Ansible 2.1.0 directly from Git source.