--- - name: Provision new OKD cluster hosts: okd_clusters become: true roles: - role: okd_install tags: ['install'] - name: Configure cluster authentication hosts: okd_clusters roles: - role: auth0_integration tags: ['auth'] - name: Setup ArgoCD hosts: okd_clusters roles: - role: argocd_setup tags: ['argocd']