--- # - name: nodes # hosts: k8s_worker # gather_facts: true # become: true # roles: # - k8s_storage_ebs_nodes - name: manifests hosts: localhost gather_facts: false become: false roles: - k8s_storage_ebs_manifests