2022-03-18 20:31:42 -04:00

25 lines
989 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 : {{ ansible_fqdn }}
IP : {{ 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 : {{ node_uptime.stdout }}