mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
16 lines
251 B
Text
16 lines
251 B
Text
|
cat <<EOT >> /tmp/mailcontent
|
||
|
<br/><br/><br/>
|
||
|
<br/><br/><br/>
|
||
|
<br/><br/><br/>
|
||
|
<code>
|
||
|
<pre>
|
||
|
$(df -h)
|
||
|
</pre>
|
||
|
</code>
|
||
|
</body>
|
||
|
</html>
|
||
|
EOT
|
||
|
|
||
|
|
||
|
mail -a "Content-type: text/html" -s "restic backup report" {{ restic_archiver__mailaddress }} < /tmp/mailcontent
|