Working your way back... I would expect 4 to be faster than 3 because your playbook is significantly shorter. In 3 Ansible is having to check every task for the tag and then run or not run it. In 4 it is doing the same, but with significantly fewer tasks.
3 and 2 you would think should be the same, but it is having to build a list of tasks from multiple roles, and making sure it adds all of the tasks just once. It seems from another question about dependencies that the way they are handled has changed. ý In addition the Strategies you are using could be causing issues. You might want to look at http://docs.ansible.com/ansible/playbooks_strategies.html too. -- 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/8a958fe9-4e88-4716-8d97-879d0820367d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
