On 23. mars 2017 18:54, tentacle_bonzoid wrote:
What's the correct approach here? Is attempting to use a top-level
"patch_everything.yml" not the best practice? Or is there some "fork and
forget and run everywhere individually" option? Note, I do not want to fire
and forget individual *tasks*, I want to fire and forget the entire
playbook against each host, as if I was doing a for x in hostlist ; do
ansible-playbook xxx loop. Which I could do but seems like a very clunky
workaround.

You have strategy, default is "linear" but Ansible also comes with "free" where a play is running as fast as it can on each host.
https://docs.ansible.com/ansible/playbooks_strategies.html

--
Kai Stian Olstad

--
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/3b6c03d9-7c45-bc32-23aa-e6b8d98a168c%40olstad.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to