AndreasNefeli
4 years ago
1 changed files with 5 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||
echo "[service]" > inventory.yml |
|||
my_ip=$(ifconfig eth0 | grep 'inet' | cut -d: -f2 | awk '{print $2}') |
|||
my_ip1=$(echo $my_ip | sed 's/.[0-9]$/.*/') |
|||
nmap -sP -oG - $my_ip1 | grep Up | cut -d ' ' -f2 | tail -n +2 >> inventory.yml |
|||
ansible-playbook -u docker -i inventory.yml test.yml -f 5 --ask-pass --ask-become-pass |
Loading…
Reference in new issue