mirror of
https://github.com/jcwimer/multi-cloud-kubernetes
synced 2026-03-25 01:44:43 +00:00
9 lines
168 B
YAML
9 lines
168 B
YAML
---
|
|
- name: RKE Pre Tasks
|
|
import_tasks: pre-rke.yml
|
|
|
|
- name: RKE Deploy Kubernetes
|
|
import_tasks: deploy-rke.yml
|
|
|
|
- name: RKE Post Tasks
|
|
import_tasks: post-rke.yml |