Packer.Images/ansible/roles/metacluster/tasks/main.yml
Danny Bessems ea20b1290c
All checks were successful
continuous-integration/drone/push Build is passing
Add initial steps for workload cluster staging;Include govc (temporarily)
2022-07-26 16:50:50 +02:00

15 lines
314 B
YAML

- name: Pre-stage K3s components
import_tasks: k3s.yml
- name: Pre-stage meta-cluster components
import_tasks: components.yml
- name: Pre-stage IaC repositories
import_tasks: config.yml
- name: Pre-stage workload-cluster components
import_tasks: staging.yml
- name: Cleanup
import_tasks: cleanup.yml