aboutsummaryrefslogtreecommitdiff
path: root/ansible/playbooks/k8s.yml
blob: b3a7e43783f043fc13defb0680c8c7d23f62843f (plain)
1
2
3
4
5
6
7
---
- name: Deploy a Production Ready Kubernetes Cluster
  hosts: tag_k3s_master:tag_k3s_worker
  become: true
  roles:
    - role: k8s
...