All checks were successful
continuous-integration/drone/push Build is passing
25 lines
1.0 KiB
Django/Jinja
25 lines
1.0 KiB
Django/Jinja
|
||
----------------------
|
||
.-~~-. .--. | 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] | regex_replace('\\s+', ' ') }}
|
||
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 | trim }}
|
||
|
||
|