How to use this box with Vagrant:

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

This version was created almost 8 years ago.

Includes:

  • Ubuntu 14.04.2
  • Ansible 1.9.1
  • Ansible Tower 2.1.4
  • 10 Server License
  • suds (F5), boto (AWS) and pysphere (vSphere) Python libraries

To login browse to https://{box-ip-address}

The admin username and password for Ansible Tower is admin/cloudhotspot

2 providers for this version.
  • virtualbox Hosted by Vagrant Cloud (847 MB)

  • vmware_fusion Hosted by Vagrant Cloud (796 MB)