1
0
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:
2020-07-02 16:57:29 -04:00
parent 4defd3a0b9
commit 0a6a7d03c7
19 changed files with 359 additions and 28 deletions

View 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