From 44c34518059eb4142bcc968342c88a28f4e8fe9d Mon Sep 17 00:00:00 2001 From: USER Date: Tue, 2 Sep 2025 21:47:11 +0100 Subject: [PATCH] . --- shared/bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shared/bashrc b/shared/bashrc index bee765a..10d9aa4 100644 --- a/shared/bashrc +++ b/shared/bashrc @@ -55,6 +55,8 @@ _setaliases() { alias zansible-playbook='docker run -it --rm -v $(pwd):/ansible ${ZANSIBLE}:latest ansible-playbook' alias zansible-lint='docker run -it --rm -v $(pwd):/ansible ${ZANSIBLE}:latest ansible-lint' + alias findhosts='nmap -sn 192.168.0.0/24| grep report| sort ; nmap -sn 192.168.1.0/24| grep report| sort ;nmap -sn 192.168.8.0/24| grep report| sort + }