mirror of
https://github.com/jcwimer/startup-infrastructure
synced 2026-03-24 14:24:43 +00:00
7 lines
145 B
YAML
7 lines
145 B
YAML
---
|
|
- name: Deploy Kubernetes
|
|
hosts: kube-masters kube-workers
|
|
gather_facts: yes
|
|
serial: 100%
|
|
roles:
|
|
- role: ../roles/kubernetes |