You've already forked ansible-role-common
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 00b1548103 | |||
| 19f54c9f52 |
@@ -69,9 +69,9 @@ echo -e "
|
|||||||
{% else %} $COLOR_COLUMN- IP Address (Default)$RESET_COLORS: $COLOR_VALUE $IP $RESET_COLORS
|
{% else %} $COLOR_COLUMN- IP Address (Default)$RESET_COLORS: $COLOR_VALUE $IP $RESET_COLORS
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if ansible_distribution == "Alpine" %}
|
{% if ansible_distribution == "Alpine" %}
|
||||||
$COLOR_COLUMN- Release$RESET_COLORS.............: $COLOR_VALUE Alpine `/usr/bin/env cat {{ ansible_distribution_file_path }}` $RESET_COLORS
|
$COLOR_COLUMN- Release$RESET_COLORS.............: $COLOR_VALUE Alpine `/usr/bin/env cat /etc/os-release` $RESET_COLORS
|
||||||
{% else %}
|
{% else %}
|
||||||
$COLOR_COLUMN- Release$RESET_COLORS.............: $COLOR_VALUE `/usr/bin/env cat {{ ansible_distribution_file_path }} | /usr/bin/env grep PRETTY_NAME | /usr/bin/env cut -d '"' -f 2` $RESET_COLORS
|
$COLOR_COLUMN- Release$RESET_COLORS.............: $COLOR_VALUE `/usr/bin/env cat /etc/os-release | /usr/bin/env grep PRETTY_NAME | /usr/bin/env cut -d '"' -f 2` $RESET_COLORS
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if ansible_distribution != "Alpine" %}
|
{% if ansible_distribution != "Alpine" %}
|
||||||
$COLOR_COLUMN- Users$RESET_COLORS...............: $COLOR_VALUE Currently `users | wc -w` user(s) logged on $RESET_COLORS
|
$COLOR_COLUMN- Users$RESET_COLORS...............: $COLOR_VALUE Currently `users | wc -w` user(s) logged on $RESET_COLORS
|
||||||
@@ -94,5 +94,5 @@ echo -e "
|
|||||||
===========================================================================
|
===========================================================================
|
||||||
"
|
"
|
||||||
if [ -f /etc/motd ]; then
|
if [ -f /etc/motd ]; then
|
||||||
`/usr/bin/env cat /etc/motd`
|
/usr/bin/env cat /etc/motd
|
||||||
fi
|
fi
|
||||||
Reference in New Issue
Block a user