- 08 Nov, 2012 2 commits
-
-
The option will be passed to the Popen object created and will be used to execute the command instead of the default shell.
Felix Ingram committed -
Fix broken RPM names due to static _rpmfilename
Michael DeHaan committed
-
- 07 Nov, 2012 22 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 -
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 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
-
- 05 Nov, 2012 2 commits
-
-
Jeroen Hoekx committed
-
This uses the plugin framework to add filter plugins. The previously hardcoded core filters are defined using the plugin framework now.
Jeroen Hoekx committed
-
- 04 Nov, 2012 3 commits
-
-
Fixes to the user module
Michael DeHaan committed -
Splitting of the packaging so that fireball mode, with the additional requirements of 0mq, is separately packaged. Also a end node fireball support package (reqs only).
Nigel Metheringham committed -
Also fix missing -G on groups change
Nigel Metheringham committed
-