Packer.Images/ansible/roles/metacluster/tasks/main.yml

12 lines
282 B
YAML
Raw Normal View History

- name: Pre-stage K3s components
import_tasks: k3s.yml
- name: Pre-stage meta-cluster components
import_tasks: components.yml
- name: Pre-stage meta-cluster configuration and workload-cluster components
import_tasks: staging.yml
2022-06-27 13:33:49 +00:00
- name: Cleanup
import_tasks: cleanup.yml