- 09 Nov, 2012 26 commits
-
-
Fabian Arrotin committed
-
Fabian Arrotin committed
-
Fix exception catching for Python 2.4
Michael DeHaan committed -
Yvan Cottyn committed
-
Yvan Cottyn committed
-
Make sure we get all data
Michael DeHaan committed -
add ec2 module
Michael DeHaan committed -
Addhost module
Michael DeHaan committed -
Add some python packages too
Michael DeHaan committed -
Add DNS TXT record $LOOKUP plugin
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Jan-Piet Mens committed
-
Seth Vidal committed
-
run - lets act on those hosts in the next play
Seth Vidal committed -
Seth Vidal committed
-
Documentation of svr4pkg module breaks 'make rpm'
Michael DeHaan committed -
Without this fix, generating documentation results in: ``` Traceback (most recent call last): File "hacking/module_formatter.py", line 376, in <module> main() File "hacking/module_formatter.py", line 365, in main text = template.render(doc) File "/usr/lib64/python2.6/site-packages/jinja2/environment.py", line 669, in render return self.environment.handle_exception(exc_info, True) File "hacking/templates/man.j2", line 20, in top-level template code {% for desc in v.description %}@{ desc | jpfunc }@{% endfor %} File "hacking/module_formatter.py", line 94, in man_ify t = _ITALIC.sub(r'\\fI' + r"\1" + r"\\fR", text) TypeError: expected string or buffer ```
Dag Wieers committed -
Turn 'fail' and 'debug' modules into action_plugins
Michael DeHaan committed -
Add an "executable" option to the command and shell modules
Michael DeHaan committed -
Make --oneline return one line (except with multiline output)
Michael DeHaan committed -
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 10 commits
-
-
Boyd Adamson committed
-
fdavis committed
-
When starting from scratch those packages must be installed too.
Miek Gieben committed -
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 -
Currently the message prepared for --oneline mode adds a newline to the msg-string, which is then printed (adding another newline). This change removes the added newline so that successes and failures do not differ in output (except if the output is multiline).
Dag Wieers 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 4 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
-