Install openshift on k8s masters
It allows the k8s module to be used
This commit is contained in:
parent
0bc6affde2
commit
c5bd49b3ed
@ -15,3 +15,8 @@
|
||||
tags: [ k8s, motd ]
|
||||
- role: zerotier
|
||||
tags: [ k8s, zerotier ]
|
||||
- hosts: pik8s_masters
|
||||
tasks:
|
||||
- name: install openshift
|
||||
pip: name=openshift state=latest
|
||||
tags: [ k8s, packages, pip ]
|
||||
|
Loading…
Reference in New Issue
Block a user