How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "vamshi-xtivia/mbc-centos"
config.vm.box_version = "6.4.1"
end
vagrant init vamshi-xtivia/mbc-centos \
--box-version 6.4.1
vagrant up
This version was created over 3 years ago.
This box contains an upgraded Python module [root@localhost Python-2.7.14]# ansible --version ansible 2.9.7 config file = None configured module search path = [u'/root/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python2.7/site-packages/ansible executable location = /usr/local/bin/ansible python version = 2.7.14 (default, Apr 30 2020, 02:03:01) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]