mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
killall containerd-shim-runc-v2 added
umount k3s filesystems added
This commit is contained in:
@@ -4,11 +4,26 @@
|
||||
name: "{{ item }}"
|
||||
state: stopped
|
||||
enabled: no
|
||||
failed_when: false
|
||||
failed_when: False
|
||||
with_items:
|
||||
- k3s
|
||||
- k3s-node
|
||||
|
||||
- name: Killall containerd-shim-runc-v2
|
||||
command: killall -9 containerd-shim-runc-v2
|
||||
failed_when: False
|
||||
changed_when: False
|
||||
|
||||
- name: Umount k3s filesystems
|
||||
include_tasks: umount_with_childeren.yml
|
||||
with_items:
|
||||
- /run/k3s
|
||||
- /var/lib/kubelet
|
||||
- /run/netns
|
||||
- /var/lib/rancher/k3s
|
||||
loop_control:
|
||||
loop_var: mounted_fs
|
||||
|
||||
- name: Remove service files, binaries and data
|
||||
file:
|
||||
name: "{{ item }}"
|
||||
|
||||
Reference in New Issue
Block a user