Install openshift on k8s masters

It allows the k8s module to be used
This commit is contained in:
Salt 2021-02-24 06:33:10 -06:00
parent 0bc6affde2
commit c5bd49b3ed

View File

@ -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 ]