- 07 Nov, 2012 5 commits
-
-
Rename pull() to fetch(). It does a git fetch and then a git fetch --tags. Add _run() method to handle all subprocess.Popen calls. Change all previous calls to subprocess.Popen to use _run().
Stephen Fromm committed -
Fix for an exception when for whatever reason the inventory script fails
Michael DeHaan committed -
Adding more instance groups
Michael DeHaan committed -
Fixed the way dom0/domU xen role is defined in the setup module
Michael DeHaan committed -
Peter Sankauskas committed
-
- 06 Nov, 2012 11 commits
-
-
Fabian Arrotin committed
-
Fix first_available_file and add test-case
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Fix to user module to use self when calling group_exists
Michael DeHaan committed -
Stephen Fromm committed
-
This avoids a traceback that gave no clue as to what was happening.
Dag Wieers committed -
Improve the mail callback to support differing failures
Michael DeHaan committed -
Keep fireball from spreading its socket around
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Since callbacks are called with different argument-types, we have to be careful. We support two different distinct cases: - The error information can be in one ore more of the following items (msg, stderr or stdout) - The res/msg value returned can be a string or a list
Dag Wieers committed
-
- 04 Nov, 2012 5 commits
-
-
Fixes to the user module
Michael DeHaan committed -
Also fix missing -G on groups change
Nigel Metheringham committed -
Nigel Metheringham committed
-
Nigel Metheringham committed
-
Lost section from commit 8049777
Nigel Metheringham committed
-
- 03 Nov, 2012 15 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
git://github.com/clatour/ansible
Conflicts: examples/ansible.cfg + doc tweak
Michael DeHaan committed -
Michael DeHaan committed
-
git://github.com/bcoca/ansibleMichael DeHaan committed
-
git://github.com/bcoca/ansibleMichael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
git://github.com/nigelm/ansible
Make things more reusable, correct some errors along the SSH key path Conflicts: library/user
Michael DeHaan committed -
if a module returns failed in the results, don't fail unless failed is n...
Michael DeHaan committed
-
- 02 Nov, 2012 4 commits
-
-
Seth Vidal committed
-
Chandler Latour committed
-
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
Daniel Hokka Zakrisson committed
-