I am looking to run a playbook that checks if a host is active, and if not check again in 24 hours.
start playbook
do while host X is not up
{
wait 24 hours
}
Is this possible in ansible? From the docs, it's very unclear if it is.