feat: ansible prune

This commit is contained in:
auricom
2022-03-08 00:18:29 +01:00
parent 4e007210c3
commit d03ac57eb9

View File

@@ -0,0 +1,13 @@
---
- hosts:
- server-nodes
- worker-nodes
become: true
gather_facts: true
any_errors_fatal: true
pre_tasks:
- name: Pausing for 5 seconds...
pause:
seconds: 5
tasks:
- ansible.builtin.shell: k3s crictl rmi --prune