ansible/reboot.sh

7 lines
52 B
Bash
Raw Permalink Normal View History

2022-09-19 12:35:59 +02:00
#/usr/bin/env bash
set -e
ssh $1 << EOF
reboot
EOF