- 17 Feb, 2015 5 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. This should alleviate #10165
Toshio Kuratomi 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 19 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
-
Cove Schneider committed
-
Henry Finucane committed
-
Mention in docs that the redis_kv lookup requires that the redis Python package is installed.
Lorin Hochstein committed
-
- 15 Feb, 2015 1 commit
-
-
Fixes #10243
Toshio Kuratomi committed
-
- 13 Feb, 2015 7 commits
-
-
Matt Martz committed
-
Brian Coca committed
-
Brian Coca committed
-
Add how to load extra variables directly from a file (using @).
Brian Coca committed -
Giovanni Tirloni committed
-
Brian Coca committed
-
Brian Coca committed
-
- 12 Feb, 2015 8 commits
-
-
Brian Coca committed
-
made sure passwords are strings
Brian Coca committed -
updated to correct to_bytes function removed old to_bytes/to_unicode and repointed clients to new location fixed unicode test
Brian Coca committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Fixed broken link. Added links to both core and extras git repos.
Brian Coca committed -
Toshio Kuratomi committed
-
Typo in galaxy.rst
Toshio Kuratomi committed
-