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:
parent
869131dabe
commit
19231a60be
3 changed files with 2 additions and 12 deletions
|
@ -4,7 +4,8 @@
|
|||
Installiert zfs-packages.
|
||||
|
||||
### getestet auf
|
||||
- [x] ProxMox 6.1
|
||||
- [x] ProxMox 6*
|
||||
- [x] ProxMox 7*
|
||||
|
||||
### Variablen + Defaults
|
||||
- keine
|
||||
|
|
|
@ -7,11 +7,3 @@
|
|||
- zfs-initramfs
|
||||
- zfs-zed
|
||||
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"
|
||||
|
|
|
@ -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'"
|
Loading…
Reference in a new issue