Chris Hammer db75e69d99
All checks were successful
continuous-integration/drone/push Build is passing
Update motd role to no longer require Perl dependancy or script
2024-03-01 16:59:32 -05:00

25 lines
998 B
Django/Jinja
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

----------------------
   .-~~-. .--. | Sophie Renae |
  /      /   "\  /| | 2/6/2017 @ 8:08am |
 /    \ |  \   \// | 8lbs. 4oz. |
|/\    | \_/-'..' ----------------------
A |   /  || _
 |__||__|| | |
_______ _ __ __ _ __ _ _ __ __| | ___ _ __
|_ / _ \ '_ \ / _` |/ _` | '__/ _` |/ _ \ '_ \
/ / __/ | | | | (_| | (_| | | | (_| | __/ | | |
/___\___|_| |_| \__, |\__,_|_| \__,_|\___|_| |_|
__/ |
|___/
Host : {{ inventory_hostname }}
IP : {{ motd_host_ip }}
CPU : {{ ansible_processor_vcpus }} x {{ ansible_processor[2] }}
Memory : {{ "{0:0.2f}".format(ansible_memfree_mb/1024) }} GB free of {{ (ansible_memtotal_mb/1024)|round}} GB
Platform : {{ ansible_distribution }} {{ ansible_distribution_version }} {{ ansible_kernel }}
Up : {{ uptime_formatted }}