- 29 May, 2013 5 commits
-
-
Riak bugfixes
Michael DeHaan committed -
Defines memory and CPU facts: - memfree_mb - memtotal_mb - swapfree_mb - swaptotal_mb - processor (a list) - processor_cores - processor_count - devices As a matter of fact, on NetBSD, it is possible to get memory, swap and processor facts exactly as on Linux. Tested on NetBSD-5, NetBSD-6 and NetBSD-6.1 (without Linux emulation).
Guillaume Lasmayous committed -
Allow specification of erlang node name for rabbitmq_user/vhost/parameter actions.
Michael DeHaan committed -
Avoid crash in module_common when the file cannot be moved/copy
Michael DeHaan committed -
Kavin Kankeshwar committed
-
- 28 May, 2013 2 commits
-
-
performance optimization in inventory.groups_list()
Michael DeHaan committed -
don't calculate all hosts for every parent group of every group when that parent group was already in the cache
Serge van Ginderachter committed
-
- 27 May, 2013 6 commits
-
-
James Martin committed
-
for fetching riak stats.
James Martin committed -
Documentation for keystone_user
Michael DeHaan committed -
hide magic variables used bin/ansible output
Michael DeHaan committed -
'verbose_override' and 'verbose_always'
Serge van Ginderachter committed -
Updated the module with proper documentation.
Lorin Hochstein committed
-
- 26 May, 2013 1 commit
-
-
Update rabbitmq_user/vhost/parameter to pass the node to rabbitmqctl using -n flag to rabbitmqctl rather than setting the environment variable.
Ceri Storey committed
-
- 25 May, 2013 21 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Fix bug with include-level vars and sudo_user.
Michael DeHaan committed -
Fixes apt_repository always reporting file uri repos as changed
Michael DeHaan committed -
Allow virtualenv_command argument of the pip module to be a pathname
Michael DeHaan committed -
Fixes #2991: Service module pattern argument ignored.
Michael DeHaan committed -
Fetch destination path can now be overriden.
Michael DeHaan committed -
Make pkgng and with_items result in a single module call.
Michael DeHaan committed -
Fix pip module documentation (YAML quoting)
Michael DeHaan committed -
add basename and dirname to the core jinja2 filters
Michael DeHaan committed -
Ensure the tmp_path is sufficiently open.
Michael DeHaan committed -
pip module -- sudo_user permission problem fix
Michael DeHaan committed -
Fixes #2924: User creation always reports 'changed'
Michael DeHaan committed -
ignore unicode errors in stdout
Michael DeHaan committed -
OpenStack Identity (keystone) user module
Michael DeHaan committed -
OpenStack Modules
Michael DeHaan committed -
new airbrake_deployment module
Michael DeHaan committed -
Python
Michael DeHaan committed -
Plug-ins loaded from top-level plug-in directory
Michael DeHaan committed -
Make debug module always verbose in playbooks
Michael DeHaan committed
-
- 24 May, 2013 5 commits
-
-
Created a new flag 'verbose_always' handled by on_ok callback, similar to the 'verbose_override' flag used by the setup module.
Serge van Ginderachter committed -
PluginLoader._get_paths, as of 391fb98e, was only finding plug-ins that were in a subdirectory of one of the basedirs (i.e. in a category directory). For example, action_plugins/foo.py would never be loaded, but action_plugins/bar/foo.py would work. This makes it so that "uncategorized" plug-ins in the top level of a directory such as action_plugins will be loaded, though plug-ins in a "category" subdirectory will still be preferred. For example, action_plugins/bar/foo.py would be preferred over action_plugins/foo.py.
Dale Sedivec committed -
Bruce Pennypacker committed
-
Fix typo in npm module documentation preventing it to be processed by an...
Michael DeHaan committed -
Fix typo in git module documentation preventing it to be processed by an...
Michael DeHaan committed
-