lab-ansible/tools/reboot.sh

6 lines
74 B
Bash
Raw Normal View History

2023-12-28 18:11:49 +00:00
#!/usr/bin/env bash
HOSTS="$1"
ansible -b -u ansible -m reboot "$HOSTS"