How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "a3dfhubaw4/centos7"
end
vagrant init a3dfhubaw4/centos7
vagrant up
This version was created 4 months ago.
Changelog: The following commands were run: yum install -y epel-release vim wget yum install -y python3-pip python-docker-py python36-pyvmomi yum install -y cloud-utils-growpart python3 -m pip install --user --upgrade pip python3 -m pip install ansible docker-py jmespath mkdir -p /opt/mc-install/ansible/collections/ /usr/local/bin/ansible-galaxy collection install -p /opt/mc-install/ansible/collections/ community.general -U /usr/local/bin/ansible-galaxy collection install -p /opt/mc-install/ansible/collections/ community.docker /usr/local/bin/ansible-galaxy collection install -p /opt/mc-install/ansible/collections/ ansible.posix /usr/local/bin/ansible-galaxy collection install -p /opt/mc-install/ansible/collections/ community.vmware yum install -y glibc-devel shc expect
This version was created 4 months ago.
This version was created 4 months ago.
There isn't a description.