add motd; fix warning in ufw enablement

This commit is contained in:
Glenn K. Lockwood
2020-07-26 21:26:36 -07:00
parent 0fd025ee6f
commit c780cb96f2
2 changed files with 18 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
{{ myconfig.hostname }}
{{ ansible_processor_count }} core{% if ansible_processor_count > 1 %}s
{% endif %}
{{ ansible_memtotal_mb }} MB RAM
{{ ansible_lsb.description }}
--------------------------------------------------------------------------------