mirror of
https://github.com/jcwimer/multi-cloud-kubernetes
synced 2026-03-25 01:44:43 +00:00
Added asible to configure Kubernetes with RKE
This commit is contained in:
9
ansible/roles/kubernetes/tasks/main.yml
Normal file
9
ansible/roles/kubernetes/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- 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
|
||||
Reference in New Issue
Block a user