mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-25 17:12:50 +00:00
Signed-off-by: joyceliu <joyceliu@yunify.com> Co-authored-by: joyceliu <joyceliu@yunify.com>
12 lines
202 B
YAML
12 lines
202 B
YAML
---
|
|
- name: uninstall node
|
|
hosts:
|
|
- "{{ .node_name }}"
|
|
vars_files:
|
|
- vars/main.yaml
|
|
gather_facts: true
|
|
roles:
|
|
- uninstall/kubernetes
|
|
- uninstall/cri
|
|
- uninstall/cloud-config
|