- 21 Feb, 2015 3 commits
-
-
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 12 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
-
Merge branch 'optimize-plugin-loader-10165' of github.com:ansible/ansible into optimize-plugin-loader-10165
jensdepuydt committed -
Make behavior consistent when using 'creates' option with modules
Toshio Kuratomi committed -
rax_cbs: Remove explicit msg match for invalid size in integration tests
Toshio Kuratomi committed
-
- 17 Feb, 2015 6 commits
-
-
added cleaning pyc files
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. This should alleviate #10165
Toshio Kuratomi committed -
fixed jsonify test
Brian Coca committed -
When using the "creates" option with the script module, set changed to False if the file already exists. This behavior is consistent with other modules which use "creates", such as command and shell.
Dan Rue committed -
When using the "creates" option with the unarchive module, set changed to False if the file already exists. This behavior is consistent with other modules which use "creates", such as command and shell.
Dan Rue committed
-