bob-builds-labs

Starting the Lab

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

image

Power on the Machine named “ansible”

image

Open mRemoteNG and connect to ansible

image

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

image

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

Back to Index