OpenShift: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 5:
yum update -y
yum install git docker net-tools
git clone https://github.com/openshift/openshift-ansible.git
cd openshift-ansible/
yum install -y ansible pyOpenSSL python-cryptography python-lxml
 
git clone --single-branch -b release-3.9 https://github.com/openshift/openshift-ansible.git
cd openshift-ansible/
 
<br />