diff --git a/playbooks/pik8s.yml b/playbooks/pik8s.yml index a5c2d22..2bf8243 100755 --- a/playbooks/pik8s.yml +++ b/playbooks/pik8s.yml @@ -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 ]