[ansible-project] Re: Able to change execution order of with_items?

2017-10-02 Thread John Harmon
I have it kind of ugly, but it works. ANSIBLE_CONFIG is an environment variable I can work with. I have to export it to get it to work. I set it to what I need for this one playbook, and then set it back to the default after it is complete. 1 2 1 1-12/3 * export

[ansible-project] Re: Able to change execution order of with_items?

2017-10-02 Thread John Harmon
I have a way to do this, but am looking for improvements. If I change the "forks =" setting in the ansible.cfg file, then this works exactly the way I want it to. I don't mind creating a custom ansible.cfg file (ie ansible_1fork.cfg), but I don't yet see a way to call the playbook with the