#!/usr/bin/env bash HOSTS="$1" ansible -b -u ansible -m reboot "$HOSTS"