diff --git a/reboot.sh b/reboot.sh new file mode 100755 index 0000000..9cdb988 --- /dev/null +++ b/reboot.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +HOSTS="$1" + +ansible -b -u ansible -m reboot "$HOSTS"