My initial answer was very generic, but so was the question. In any case it still applies.
If you are asking if Ansible has a 'built in' way to do this, no, it does not, but it does give you the facilities to build this easily yourself in any way that works for you. You can use a callback/fact cache/or tasks that write to file/external db to keep track of hosts contacted, then use that either as inventory data (dynamic/group/host_vars/etc) or directly in play as vars_file or lookup to condition which hosts are contacted. hope this helps ---------- Brian Coca -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CACVha7ekQfqCTA2UcxcKSCShc%3DxPrN%3D8jnhMHdFYszRgdMQAXw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
