Make atomic-openshift-clients available on batcave.
This commit is contained in:
parent
e3eb9f589b
commit
dc585a7026
1 changed files with 11 additions and 0 deletions
|
@ -12,6 +12,15 @@
|
||||||
- batcave
|
- batcave
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
# https://pagure.io/fedora-infrastructure/issue/6422
|
||||||
|
- name: put openshift repo on batcave for the oc client tools
|
||||||
|
template: src="{{ files }}/openshift/openshift.repo" dest="/etc/yum.repos.d/openshift.repo"
|
||||||
|
tags:
|
||||||
|
- batcave
|
||||||
|
- config
|
||||||
|
- packages
|
||||||
|
- yumrepos
|
||||||
|
|
||||||
- name: install packages needed
|
- name: install packages needed
|
||||||
package: name={{ item }} state=present
|
package: name={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
|
@ -39,6 +48,8 @@
|
||||||
- libvirt-client # needed to allow migrations to be run from here.
|
- libvirt-client # needed to allow migrations to be run from here.
|
||||||
- ansible-lint # needed to check ansible playbooks for issues.
|
- ansible-lint # needed to check ansible playbooks for issues.
|
||||||
- mash # Needed for infra tags
|
- mash # Needed for infra tags
|
||||||
|
# https://pagure.io/fedora-infrastructure/issue/6422
|
||||||
|
- atomic-openshift-clients # For convenient client access to os.fp.o
|
||||||
tags:
|
tags:
|
||||||
- batcave
|
- batcave
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue