1
0
mirror of https://github.com/jcwimer/startup-infrastructure synced 2026-03-24 22:34:42 +00:00
Files
startup-infrastructure/playbooks/kubernetes.yml

7 lines
145 B
YAML

---
- name: Deploy Kubernetes
hosts: kube-masters kube-workers
gather_facts: yes
serial: 100%
roles:
- role: ../roles/kubernetes