Packer.Images/ansible/roles/metacluster/tasks/main.yml
Danny Bessems 4c054cc434
All checks were successful
continuous-integration/drone/push Build is passing
Switch module
2022-06-27 14:38:48 +02:00

10 lines
287 B
YAML

- name: Pre-stage K3s components
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