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 ...