Add reboot.sh

This commit is contained in:
Sam A. 2023-12-28 19:11:49 +01:00
parent 6265387d02
commit 13604759a1
Signed by: samsapti
GPG key ID: CBBBE7371E81C4EA

5
reboot.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
HOSTS="$1"
ansible -b -u ansible -m reboot "$HOSTS"