--- - name: Deploy a Production Ready Kubernetes Cluster hosts: all become: true - name: Import kubespray playbook to deploy k8s cluster ansible.builtin.import_playbook: ../kubespray/cluster.yml ...