Enroll all Pis into ZT

This commit is contained in:
Salt 2021-02-25 20:47:40 -06:00
parent 9a516d8f08
commit ab9ddf96b2
2 changed files with 3 additions and 3 deletions

View File

@ -11,8 +11,6 @@
- docker
- kubelet
tags: [ k8s, motd ]
- role: zerotier
tags: [ k8s, zerotier ]
- hosts: pik8s_masters
tasks:
- name: install openshift

View File

@ -3,5 +3,7 @@
---
- hosts: pis
roles:
- role: zerotier
tags: [ pis, zerotier ]
- role: docker
tags: [ docker, skip-pull ]
tags: [ pis, docker, skip-pull ]