Hello!
On Fri, 2014-03-21 at 09:05 -0400, Michael DeHaan wrote:
> The way to do this is to call some basic script tests to verify that
> your service is running by the time your playbooks complete, such that
> the playbooks fail for those hosts.
>
>
> Then the generated retry file can be used to selectively target just
> the hosts that fail.
>
>
Yes, that would work. Thank you for your response.
In the meantime, I've gone the route of generating a full inventory file
via a template. Fortunately, that's easy enough. That way, I can use
this inventory also for further configuration management tasks for which
maybe I have other playbooks.
Thank you again...
Juergen