Install Ansible and Module Dependencies¶
Step 1: Install ansible¶
sudo dnf -y install ansible
The Ansible runner and http runner is used to run a local version of the operator. This is very useful for development and testing.
pip3 install --user ansible-runner
pip3 install --user ansible-runner-http
Install required python modules¶
pip3 install --user requests
pip3 install --user openshift