commit 2c1ee6f3aff5f99e40e4f01f086d3038e52dc897 parent 8dca887a5810d8e372bfc2b8b85d8da155f278af Author: Dionysis Grigoropoulos <dgrig@erethon.com> Date: Thu, 19 Apr 2018 23:29:04 +0300 Use debops.machine instead of deprecated console Diffstat:
ansible/inventory/group_vars/all/console.yml | | | 10 | ---------- |
ansible/inventory/group_vars/all/fail2ban.yml | | | 1 | - |
ansible/inventory/group_vars/all/machine.yml | | | 10 | ++++++++++ |
3 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/ansible/inventory/group_vars/all/console.yml b/ansible/inventory/group_vars/all/console.yml @@ -1,10 +0,0 @@ ---- - -console_motd: | - - ██╗ ██╗ █████╗ ██████╗██╗ ██╗ ████████╗██╗ ██╗███████╗ ██████╗ ██╗ █████╗ ███╗ ██╗███████╗████████╗ - ██║ ██║██╔══██╗██╔════╝██║ ██╔╝ ╚══██╔══╝██║ ██║██╔════╝ ██╔══██╗██║ ██╔══██╗████╗ ██║██╔════╝╚══██╔══╝ - ███████║███████║██║ █████╔╝ ██║ ███████║█████╗ ██████╔╝██║ ███████║██╔██╗ ██║█████╗ ██║ - ██╔══██║██╔══██║██║ ██╔═██╗ ██║ ██╔══██║██╔══╝ ██╔═══╝ ██║ ██╔══██║██║╚██╗██║██╔══╝ ██║ - ██║ ██║██║ ██║╚██████╗██║ ██╗ ██║ ██║ ██║███████╗ ██║ ███████╗██║ ██║██║ ╚████║███████╗ ██║ - ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ diff --git a/ansible/inventory/group_vars/all/fail2ban.yml b/ansible/inventory/group_vars/all/fail2ban.yml @@ -7,4 +7,3 @@ fail2ban_jails: filter: 'sshd' logpath: '/var/log/auth.log' maxretry: 6 - diff --git a/ansible/inventory/group_vars/all/machine.yml b/ansible/inventory/group_vars/all/machine.yml @@ -0,0 +1,10 @@ +--- + +machine__motd: | + + ██╗ ██╗ █████╗ ██████╗██╗ ██╗ ████████╗██╗ ██╗███████╗ ██████╗ ██╗ █████╗ ███╗ ██╗███████╗████████╗ + ██║ ██║██╔══██╗██╔════╝██║ ██╔╝ ╚══██╔══╝██║ ██║██╔════╝ ██╔══██╗██║ ██╔══██╗████╗ ██║██╔════╝╚══██╔══╝ + ███████║███████║██║ █████╔╝ ██║ ███████║█████╗ ██████╔╝██║ ███████║██╔██╗ ██║█████╗ ██║ + ██╔══██║██╔══██║██║ ██╔═██╗ ██║ ██╔══██║██╔══╝ ██╔═══╝ ██║ ██╔══██║██║╚██╗██║██╔══╝ ██║ + ██║ ██║██║ ██║╚██████╗██║ ██╗ ██║ ██║ ██║███████╗ ██║ ███████╗██║ ██║██║ ╚████║███████╗ ██║ + ╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝