rolle. zfs-free aktualisiert (#254)

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#254
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2021-11-24 11:54:58 +01:00
parent 869131dabe
commit 19231a60be
3 changed files with 2 additions and 12 deletions

View file

@ -4,7 +4,8 @@
Installiert zfs-packages. Installiert zfs-packages.
### getestet auf ### getestet auf
- [x] ProxMox 6.1 - [x] ProxMox 6*
- [x] ProxMox 7*
### Variablen + Defaults ### Variablen + Defaults
- keine - keine

View file

@ -7,11 +7,3 @@
- zfs-initramfs - zfs-initramfs
- zfs-zed - zfs-zed
state: present state: present
- name: copy zfs-free.sh
become: yes
ansible.builtin.template:
mode: 0555
src: zfs-free.sh
dest: /usr/local/bin/zfs-free.sh
when: "'proxmox' in group_names"

View file

@ -1,3 +0,0 @@
#! /bin/bash
{{ file_header | default () }}
watch --interval 60 --differences --color --no-title "sudo zfs list -o space | grep -v / | tr -s ' ' | cut --delimiter=' ' --fields=1-3 | sed -r 's/\s/\t\t/g;s/NAME/NAME\t/g'"