- 09 Nov, 2012 6 commits
-
-
Make module output more consistent wrt. changed/failed
Michael DeHaan committed -
Updates to git module: use git-fetch and other changes
Michael DeHaan committed -
Wrap getpwnam in try/except in authorized_key module
Michael DeHaan committed -
Handle instances without keypairs
Michael DeHaan committed -
Add svr4pkg module for traditional Solaris packages
Michael DeHaan committed -
Support scp in an ssh connection
Michael DeHaan committed
-
- 08 Nov, 2012 7 commits
-
-
Boyd Adamson committed
-
fdavis committed
-
- Make sure exit_json() always returns a changed= value - Modify the yum module to not return failed=False - Modify install() and latest() similar to remove() in yum module - Changed exit_json(failed=True, **res) into a fail_json(**res) - Make sure yum rc= value reflects loop (similar to how we fixed remove())
Dag Wieers committed -
without a keypair, so this takes care of that scenario
Peter Sankauskas committed -
This also adds module as an argument to keyfile().
Stephen Fromm committed -
Rewrote switch_version() to read .git/HEAD to find branch associated with HEAD. If in a detached HEAD state, will read .git/refs/remotes/<remote>/HEAD.
Stephen Fromm committed -
Fix broken RPM names due to static _rpmfilename
Michael DeHaan committed
-
- 07 Nov, 2012 25 commits
-
-
Dag Wieers committed
-
Fix example where imported ssh keys contain spaces
Michael DeHaan committed -
Only print 'Invoked with' if there are arguments to the module
Michael DeHaan committed -
This fixes #1521
Dag Wieers committed -
This closes #1519
Dag Wieers committed -
Add $LOOKUP(<lookup plugin>,<data>) as a templating option
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Also moves file and pipe to lookup_plugins.
Daniel Hokka Zakrisson committed -
Split of rpm packaging into main/fireball/node-fireball
Michael DeHaan committed -
Support custom jinja2 filters.
Michael DeHaan committed -
Bail out if an action is not a string
Michael DeHaan committed -
Don't require thirsty mode for directory destination
Michael DeHaan committed -
Fix for an exception when for whatever reason the inventory script fails
Michael DeHaan committed -
fixes #1549
Michael DeHaan committed -
Stephen Fromm committed
-
Stephen Fromm committed
-
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 case in which file is created and backup is requested but fails, not it just doesn't attempt to backup the missing file Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
This avoids a traceback that gave no clue as to what was happening. This is in line with the change from #1535
Dag Wieers committed -
Since YAML allows anything, we should enforce that actions are strings. This closes #1419.
Dag Wieers committed -
There is no need to require thirsty mode when the destination is a directory. We add the basename of the url to the destination directory and proceed with that. If that file exists in non-thirsty mode continue as expected. I also cleaned up some of the logic that is no longer necessary if we simply rewrite the destination from the very start the way it is expected.
Dag Wieers 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 2 commits
-
-
Fabian Arrotin committed
-
Fix first_available_file and add test-case
Michael DeHaan committed
-