Wolfgang Kulhanek
2020-01-10 30b799cb8037df3475b49506008427f0fdbc1d65
commit | author | age
cdff19 1 ---
GC 2 - tags:
3     - bastion_k8s
4   block:
5b4c35 5   # Note: EPEL must be enabled "somewhere". Currently
WK 6   # EPEL comes from {own_repo_path}/{osrelease}/epel
7   # Repo needs to be enabled in repos_template.j2
3ace9a 8   - name: Install Python2 OpenShift Library (and dependencies)
WK 9     yum:
10       state: present
11       name:
30b799 12       - https://gpte-public.s3.amazonaws.com/python-cachetools-1.0.3-1.el7.noarch.rpm
WK 13       - https://gpte-public.s3.amazonaws.com/python2-six-1.9.0-0.el7.noarch.rpm
14       - https://gpte-public.s3.amazonaws.com/python2-rsa-3.4.1-1.el7.noarch.rpm
15       - https://gpte-public.s3.amazonaws.com/python2-google-auth-1.1.1-5.el7.noarch.rpm
16       - https://gpte-public.s3.amazonaws.com/python2-certifi-2018.10.15-5.el7.noarch.rpm
17       - https://gpte-public.s3.amazonaws.com/python2-kubernetes-8.0.1-1.el7.noarch.rpm
18       - https://gpte-public.s3.amazonaws.com/python2-string_utils-0.6.0-4.el7.noarch.rpm
19       - https://gpte-public.s3.amazonaws.com/python2-dictdiffer-0.7.1-2.el7.noarch.rpm
20       - https://gpte-public.s3.amazonaws.com/python2-typing-3.5.2.2-4.el7.noarch.rpm
21       - https://gpte-public.s3.amazonaws.com/python2-ruamel-ordereddict-0.4.9-2.el7.x86_64.rpm
22       - https://gpte-public.s3.amazonaws.com/python2-ruamel-yaml-0.13.14-2.el7.x86_64.rpm
d97917 23       - https://gpte-public.s3.amazonaws.com/python2-openshift-0.8.8-1.el7.noarch.rpm
30b799 24       - https://gpte-public.s3.amazonaws.com/python2-pip-8.1.2-9.el7.noarch.rpm
c3ae63 25   - name: Install virtualenv
WK 26     pip:
27       name: virtualenv
28       state: present