- 23 Feb, 2015 4 commits
-
-
v2 Avoids ssh Runtime error
Brian Coca committed -
Toshio Kuratomi committed
-
Prevents trailing zeros to be truncated from strings in hosts ini inventory variables
Brian Coca committed
-
- 21 Feb, 2015 8 commits
-
-
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 -
Alvaro Lopez Ortega committed
-
Alvaro Lopez Ortega committed
-
Reorganization of Jinja2 filter documentation
Brian Coca committed -
Maciej Delmanowski committed
-
Maciej Delmanowski committed
-
Maciej Delmanowski committed
-
Maciej Delmanowski committed
-
- 20 Feb, 2015 6 commits
-
-
Brian Coca committed
-
Fixes #9415 - fetch: should use hostname instead of ip for directory name
Brian Coca committed -
Allow requesting a list to lookup plugins instead of , delimited string
Brian Coca committed -
Add LDom support
Brian Coca committed -
Dagobert Michelsen committed
-
Dagobert Michelsen committed
-
- 19 Feb, 2015 13 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
now module_formatter handles new expanded return values from the module_docs (still does not thing with new return value docs)
Brian Coca committed -
ansible-doc now shows return value docs
Brian Coca committed -
Brian Coca committed
-
rearranged math filters
Brian Coca committed -
Brian Coca committed
-
Add Solaris zone support for inventory and connection NOTE: the connection plugin will need some work for v2 (after 1.9 gets released)
Brian Coca committed -
Pulls machine id in ansible facts
Brian Coca committed -
Add support for mounts in Solaris facts
Brian Coca committed -
Dagobert Michelsen committed
-
Brian Coca committed
-
Brian Coca committed
-
- 18 Feb, 2015 9 commits
-
-
- Fix #10221
Mihir Joshi committed -
Add simple plugin that times ansible-playbook runs.
Brian Coca committed -
changed jsonify test to ignore whitespace
Brian Coca committed -
Brian Coca committed
-
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 -
Dagobert Michelsen committed
-
Optimize plugin loader update
Toshio Kuratomi committed -
jensdepuydt committed
-