ansible-edda/plays/roles/system_base/templates/systemd-mail/system/systemd-mail-systemctl-status.j2

12 lines
252 B
Django/Jinja

#!/bin/sh
/usr/sbin/sendmail -t <<SYSTEMDMAIL
To: root
From: systemd <systemd>
Subject: systemctl status $1 on {{ ansible_hostname }}
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=UTF-8
$(systemctl status --full "$1")
SYSTEMDMAIL