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 <https://github.com/openshift/openshift-ansible>cd openshift-ansiblesudo ansible-playbook -i inventory/hosts.localhost playbooks/prerequisites.ymlsudo ansible-playbook -i inventory/hosts.localhost playbooks/deploy_cluster.yml* On Thu, Aug 23, 2018 at 10:47 AM Robert.Grumann at t-online.de < Robert.Grumann at 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 at centos.org > https://lists.centos.org/mailman/listinfo/centos-devel > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-devel/attachments/20180823/00c881c0/attachment-0008.html>