homeserver/roles/mgrote.smart/templates/smartctl_mail.sh
mg e4e84d2218 templates: Header-Var eingefügt (#22)
python zu 3

rest

zfs

Postfix

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#22
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
2021-03-07 19:40:32 +01:00

6 lines
125 B
Bash

#!/bin/bash
{{ file_header | default () }}
for i in {a..z}; do
{{ smart_smartctl_mail_pfad_smartctl }} /dev/sd$i -a
done