There is no such package as "openshift-ansible". It is simply a Playbook for Ansible.

Essentially, all you need is
sudo yum install ansible

And then
git clone https://github.com/openshift/openshift-ansible
cd openshift-ansible
sudo ansible-playbook -i inventory/hosts.localhost playbooks/prerequisites.yml
sudo ansible-playbook -i inventory/hosts.localhost playbooks/deploy_cluster.yml

On Thu, Aug 23, 2018 at 10:47 AM Robert.Grumann@t-online.de <Robert.Grumann@t-online.de> wrote:

On a virgin system CentOS 7.5 can, unfortunately, after the command

 

#yum install centos-release-openshift-origin"

 

the following command not be executed without error.

 

# yum install openshift-ansible

 

There is a dependency to Ansible 2.4.3 in Openshift 3.10, which unfortunately is not in the repo (Only Ansible 2.4.2).

 

Can you please include Ansible 2.4.3 in the rpm repo?

 

Thanks.

 

Robert

 


_______________________________________________
CentOS-devel mailing list
CentOS-devel@centos.org
https://lists.centos.org/mailman/listinfo/centos-devel