From 3383627ad8d35097f7de2e5d8b12e17c9589a0ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=C3=A4kinen?= Date: Wed, 29 Jan 2025 21:28:35 +0200 Subject: [PATCH] Add nmap and telnet for network diagnostics --- playbooks/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/deploy.yml b/playbooks/deploy.yml index b846a68..1d6a358 100644 --- a/playbooks/deploy.yml +++ b/playbooks/deploy.yml @@ -77,6 +77,7 @@ - gimp # image editor - gstreamer1-plugin-openh264 # h264 plugin for browser - libvirt-client # virsh client tools + - nmap # networking tools - nwipe # dban like disk erase - podman-docker # add docker compatibility - python3-ansible-lint # linter for ansible @@ -85,6 +86,7 @@ - strace # program debugging - sysstat # iostat etc... - telegram-desktop # telegram client + - telnet # connection testing - vim # better vi - virt-manager # manage virtual machines - yamllint # linter for yaml files