How to use this box with Vagrant:
Vagrant.configure("2") do |config| config.vm.box = "ruanzx/ansible-awx" config.vm.box_version = "21.0.0" end
vagrant init ruanzx/ansible-awx \ --box-version 21.0.0 vagrant up
This version was created over 2 years ago.
21.0.0