- 29 May, 2013 13 commits
-
-
Michael DeHaan committed
-
Previously setting force=no caused copy to subversively fail when target did not exist on remote host. Caused by Runner._remote_md5 returning 1 when files don't exist, rather than 0.
Jeremiah Heller committed -
Modified assemble module so the dest file is streamed together rather than built-in memory before writing.
Timothy Appnel committed -
document in the man-page that {ansible,ansible-playbook} -M can also be ...
Michael DeHaan committed -
This plugin is not quite ready as it needs to support --host <hostname> and --list, like the other inventory plugins, but we should get this tweaked and include it once it is standardized. Watch this space!
Michael DeHaan committed -
Vagrant external inventory plugin
Michael DeHaan committed -
Michael DeHaan committed
-
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 7 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 -
Kristof Keppens 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 17 commits
-
-
Michael Vogt committed
-
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
-