This lab requires an Ansible Controller. An up to date Version of Ansible is installed on the linux host “ansible”
Login to vcenter.demo.local with admin@vsphere.local
Power on the Machine named “ansible”
Open mRemoteNG and connect to ansible
from the command prompt in ~/workspace, clone the ansible-ppdm repository from GitHub:
git clone https://github.com/dell-examples/ansible_ppdm ~/workspace/ansible_ppdm
If repository already exists, run:
git -C ~/workspace/ansible_ppdm pull
Ensure python3-aiohttp and ans python3-openshift is installed:
from the command prompt in ~/workspace, clone the ansible-ppdm repository from GitHub:
sudo apt install python3-aiohttp python3-openshift -y