k3s unistall script
This commit is contained in:
10
ansible-5/playbooks/kube.uninstall.yaml
Normal file
10
ansible-5/playbooks/kube.uninstall.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: ping
|
||||
hosts: kube
|
||||
gather_facts: true
|
||||
|
||||
tasks:
|
||||
- name: running uninstall script
|
||||
ansible.builtin.command: /usr/local/bin/k3s-uninstall.sh
|
||||
args:
|
||||
removes: /usr/local/bin/k3s-uninstall.sh
|
||||
Reference in New Issue
Block a user