summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inventory/host_vars/ch-equinox-ws.yml2
-rw-r--r--roles/core/zsh/templates/banner.equinox.j215
2 files changed, 17 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml
index 450434f0..37a20ef8 100644
--- a/inventory/host_vars/ch-equinox-ws.yml
+++ b/inventory/host_vars/ch-equinox-ws.yml
@@ -49,6 +49,8 @@ network:
base_modules_blacklist: "{{ base_modules_blacklist_none }}"
+zsh_banner: equinox
+
admin_users_host:
- equinox
diff --git a/roles/core/zsh/templates/banner.equinox.j2 b/roles/core/zsh/templates/banner.equinox.j2
new file mode 100644
index 00000000..b55fb17d
--- /dev/null
+++ b/roles/core/zsh/templates/banner.equinox.j2
@@ -0,0 +1,15 @@
+#!{{ zsh_banner_shell }}
+
+echo -e ""
+echo -e " \033[1;37m ██ ██\033[0m"
+echo -e " \033[1;37m █████  █████  ██  ██ ▄▄ █▌▐███ █████  ██  ██ \033[0m"
+echo -e " \033[1;37m██   ██ ██   ██ ██  ██ ██ ███ ██ ██   ██  ██ ██  \033[0m"
+echo -e " \033[1;37m██████ ██  ██ ██  ██ ██ ██  ██ ██  ██   ███   \033[0m"
+echo -e " \033[1;37m██     ██  ██ ██  ██ ██ ██ ██ ██  ██  ██ ██  \033[0m"
+echo -e " \033[1;37m █████   ██████  █████  ██ ██ ██  █████  ██   ██ \033[0m"
+echo -e " \033[1;37m             ██                          ██      \033[0m" 
+echo -e " \033[1;37m ██ \033[0m"
+echo -e ""
+echo -en "\033[1m {{ host_name | upper | join(' ') }} \033[0m"
+echo -e "\n"
+uptime