Housekeeping

This commit is contained in:
Danny Bessems 2022-06-27 15:33:49 +02:00
parent 4c054cc434
commit c491066384
1 changed files with 2 additions and 5 deletions

View File

@ -2,8 +2,5 @@
import_tasks: k3s.yml
- name: Pre-stage meta components
import_tasks: components.yml
- ansible.builtin.shell:
cmd: dd bs=1M count=$(df -m . | awk '/[0-9]%/{print $(NF-2)}') if=/dev/zero of=./zero; sync; rm -f ./zero
chdir: /opt/metacluster
- name: Cleanup
import_tasks: cleanup.yml