- 05 Mar, 2015 1 commit
-
-
Toshio Kuratomi committed
-
- 04 Mar, 2015 5 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
James Cammarata committed
-
Still not working quite right: * dynamic includes are not adding the included tasks yet * running roles with tags not quite working right
James Cammarata committed -
Brian Coca committed
-
- 03 Mar, 2015 1 commit
-
-
Toshio Kuratomi committed
-
- 26 Feb, 2015 1 commit
-
-
Toshio Kuratomi committed
-
- 25 Feb, 2015 1 commit
-
-
Toshio Kuratomi committed
-
- 21 Feb, 2015 1 commit
-
-
Prevents an exception from raising in some corner cases where SSH might be misconfigured. It seems not to fix a specific problem, although it makes the method a little bit more solid.
Alvaro Lopez Ortega committed
-
- 20 Feb, 2015 1 commit
-
-
Brian Coca committed
-
- 18 Feb, 2015 2 commits
-
-
We have been caching the paths to the plugins but before we would only cache the specific plugin that we were looking for. This meant that we might search through all of the plugin directories before finding the specific module we were interested in. The next plugin we needed we might again search through all the plugin directories before finding the plugin we wanted. This new code will cache all the potential plugins in each directory searched. For a play that only uses one plugin we'll only search through directories until we encounter the directory that has the proper plugin. For a large playbook with many plugins used we'll search through each directory at most once each. From v1: 68e86de2 730c2ba4
Toshio Kuratomi committed -
From v1: 4c2d06d2
Toshio Kuratomi committed
-
- 17 Feb, 2015 1 commit
-
-
Alexey Shamrin committed
-
- 12 Feb, 2015 4 commits
-
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Dynamic task includes still need some work, this is a rough first version. * doesn't work with handler sections of playbooks yet * when using include + with*, the insertion order is backwards * fix potential for task lists to be unsynchronized when using the linear strategy, as the include conditional could be predicated on an inventory variable
James Cammarata committed
-
- 11 Feb, 2015 1 commit
-
-
Paul Geraghty committed
-
- 10 Feb, 2015 3 commits
-
-
module snippets
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
James Cammarata committed
-
- 09 Feb, 2015 5 commits
-
-
cherry picked from https://github.com/ansible/ansible/pull/6899
Toshio Kuratomi committed -
* delegate_to rudimentary support (still needs much more work) * lots of other things
James Cammarata committed -
Fixes #10157
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
- 04 Feb, 2015 1 commit
-
- 03 Feb, 2015 3 commits
-
-
Toshio Kuratomi committed
-
remove broken nad commented unicode conversion -- in v2, this is done when the data first enters ansible.
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
- 02 Feb, 2015 6 commits
-
-
Toshio Kuratomi committed
-
Fixes v2 for #10106
Toshio Kuratomi committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
- 30 Jan, 2015 3 commits
-
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed