- 18 Nov, 2013 19 commits
-
-
Changelog updates and a few module renames. vpc -> ec2_vpc, githooks -> github_hooks, blacklist -> kernel_blacklist. These are all new in 1.4 so safe to change.
Michael DeHaan committed -
Michael DeHaan committed
-
replacing a \$ with $.
Michael DeHaan committed -
Improve Group.get_hosts() performance.
jctanner committed -
Remove stale references to 'latest' from docsite
Michael DeHaan committed -
left over from 0cd09dd5
John Barker committed -
Collect all stdout over ssh transport before returning data
Matt Haggard committed -
Correct the constant name "remote_temp" to "remote_tmp"
Michael DeHaan committed -
Retrieve EC2 state when using newer versions of Boto
Michael DeHaan committed -
KeyError: 'delegate_to' lookup in sync module needs to be checked to see if defined for ad hoc
Michael DeHaan committed -
correct link to developing modules on ansiblework's website (part 2)
Michael DeHaan committed -
John Barker committed
-
correct link to developing modules on ansible work's website
Michael DeHaan committed -
John Barker committed
-
James Tanner committed
-
James Tanner committed
-
Skylar Saveland committed
-
This reverts commit de2f4cf0, reversing changes made to 2c33737b.
James Tanner committed -
- reduce hosts group list to unique elements faster - add a cache of already computed hosts group list
Stoned Elipot committed
-
- 17 Nov, 2013 4 commits
-
-
Senmiao Liu committed
-
Various fix for the urpmi module
Michael DeHaan committed -
external executable, to avoid the cost of forking. Since python-rpm is not automatically present, we still fallback on the slower rpm fork method.
Michael Scherer committed -
even when a package is already installed, since urpmi will always return 0 wether it install or not.
Michael Scherer committed
-
- 16 Nov, 2013 9 commits
-
-
Merge pull request #4927 from intellectronica/intellectronica/docker-identify-private-repos-backport Update cloud/docker: if the image name containes a repository, strip it.
Michael DeHaan committed -
fix various typos in the documentation
Michael DeHaan committed -
Michael Scherer committed
-
When using repositories other than the main one at docker.io, the image name contains the repo name (which itself contains ":" as a separator between domain and port). We don't really care about it here, so just get rid of it before looking at the image name.
Tom Berger committed -
update npm-module to handle new node.js output
Michael DeHaan committed -
fix make tests to use the set of module from git checkout
Michael DeHaan committed -
Remove debug print statement from rax_clb
jctanner committed -
If someone try to run the test suit with ansible already installed, the mix between content in /usr/share and in the git checkout can result in strange failure ( as I found out the hard way ). For example, the test_copy module will call the action plugin for copy from git, who will call the 'file' module from system, passing unsupported arguments
Michael Scherer committed -
Matt Martz committed
-
- 15 Nov, 2013 8 commits
-
-
Refactor rax module. Fixes #4577
jctanner committed -
Add rax_facts module for retrieving facts about a Cloud Server
jctanner committed -
urpmi module
jctanner committed -
James Tanner committed
-
Adds a grove notifier module
jctanner committed -
Add zypper_repository module
jctanner committed -
Introduce Big-IP F5 tcp monitor module
jctanner committed -
Add system module to blacklist kernel modules
jctanner committed
-