ansible/reboot.sh

7 lines
52 B
Bash
Executable File

#/usr/bin/env bash
set -e
ssh $1 << EOF
reboot
EOF