Packer.Images/ansible/roles/metacluster/tasks/main.yml
Danny Bessems dcbe6c397f
Some checks failed
continuous-integration/drone/push Build is failing
Change tarball scope;Try zeroing disk
2022-06-27 13:55:59 +02:00

10 lines
289 B
YAML

- name: Pre-stage K3s components
import_tasks: k3s.yml
- name: Pre-stage meta components
import_tasks: components.yml
- ansible.builtin.command:
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