Compare commits

..

No commits in common. "952e92082f27342d96dd35afce84d761a0b4ddcb" and "a51d922f0071949713598775b12c540a2c0ee6b9" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
- name: Zero-out disk
ansible.builtin.shell:
cmd: nice -n 10 dd bs=1M count=$(df -m . | awk '/[0-9]%/{print $(NF-2)}') if=/dev/zero of=./zero; sync; sync; rm -f ./zero
cmd: dd bs=1M count=$(df -m . | awk '/[0-9]%/{print $(NF-2)}') if=/dev/zero of=./zero; sync; sync; rm -f ./zero
chdir: /opt/metacluster

View File

@ -27,7 +27,7 @@
path: /opt/firstboot/ansible/vars/metacluster.yml
block: |2
{{ item.key }}:
{{ item.value.helm.chart_values | default('~') }}
{{ item.value.chart_values | default('~') }}
marker: "# {mark} ANSIBLE MANAGED BLOCK -- {{ item.key }}"
loop: "{{ lookup('ansible.builtin.dict', components) }}"
loop_control: