- 19 Feb, 2015 2 commits
-
-
Add support for mounts in Solaris facts
Brian Coca committed -
Dagobert Michelsen committed
-
- 18 Feb, 2015 10 commits
-
-
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 -
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 12 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 -
Matt Martz committed
-
Brian Coca committed
-
fix links to ansible-devel in documentation pages
Brian Coca committed -
Alexey Shamrin committed
-
Toshio Kuratomi committed
-
Add tests for using .deb files
Brian Coca committed
-
- 16 Feb, 2015 16 commits
-
-
Add new rax_find_bootable_volume to assist with boot from volume
Brian Coca committed -
Fix wrong distribution facts on SLES/openSUSE
Toshio Kuratomi committed -
Fix umask calculation on file creation. Fixes #10257
Brian Coca committed -
Stratos Moros committed
-
Add `groups` back into inline templates
Brian Coca committed -
Added winrm/kerberos configuration information
Brian Coca committed -
Kirk Strauser committed
-
valutpass fix in password reorg
Brian Coca committed -
Brian Coca committed
-
improve yaml parsing performance by ~25% by using PyYAML's CParser loader
Brian Coca committed -
Document redis_kv Python package dependency
Brian Coca committed -
patch action plugin does not require dest
Brian Coca committed -
Toshio Kuratomi committed
-
It's up to the module using the set_fs_attributes*/set_mode* methods to specify the filename of the destination of the symlink if that's really the file that should be modified. Half of the fix for: https://github.com/ansible/ansible-modules-core/issues/778
Toshio Kuratomi committed -
Alexander Gubin committed
-