feat: add reset playbook
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
- name: Reset nodes
|
||||||
|
hosts: all
|
||||||
|
become: true
|
||||||
|
tasks:
|
||||||
|
- name: Reset kubeadm
|
||||||
|
ansible.builtin.command: kubeadm reset -f
|
||||||
|
args:
|
||||||
|
removes: /etc/kubernetes/*.conf
|
||||||
Reference in New Issue
Block a user