- 02 Dec, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 23 Sep, 2013 1 commit
-
-
Andrey Shorin committed
-
- 01 Jun, 2013 1 commit
-
-
Michael DeHaan committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 04 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 01 Mar, 2013 1 commit
-
-
Michael DeHaan committed
-
- 18 Feb, 2013 1 commit
-
-
Michael DeHaan committed
-
- 28 Jan, 2013 1 commit
-
-
Daniel Hokka Zakrisson committed
-
- 13 Jan, 2013 1 commit
-
-
This updates apt, apt_repository, command, cron, easy_install, facter, fireball, git, group, mount, ohai, pip, service, setup, subversion, supervisorctl, svr4pkg, user, and yum to take advantage of run_command in module_common.py.
Stephen Fromm committed
-
- 23 Dec, 2012 2 commits
-
-
This patch adds an optional 'executable=' option to the raw command line to override the default shell (/bin/sh), much like the shell module does.
Dag Wieers committed -
Since we use 'raw' heavily on equipment where 'command' and 'shell' are not (yet) working (and python may need to be installed first using raw) these improvements are necessary in order to write more complex scripts (with return code handling and separated stdout/stderr). This change includes the following changes: - exec_command() now returns the return code of the command - _low_level_exec_command() now returns a dict, including 'rc', 'stdout' and 'stderr' - all users of the above interfaces have been improved to make use of the above changes - all connection plugins have been modified to return rc and stderr - fix the newline problem (stdout and stderr would have excess newlines) In a future commit I intend to add assertions or error handling code to verify the return code in those places where it wasn't done. Since only the output was available, the return code was ignored, even though we expect them to be 0.
Dag Wieers committed
-
- 21 Nov, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 19 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 14 Nov, 2012 1 commit
-
-
Michael DeHaan committed
-
- 06 Nov, 2012 1 commit
-
-
Daniel Hokka Zakrisson committed
-
- 31 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 23 Oct, 2012 1 commit
-
-
- added terse syntax to modules.rst - added description of special variables to template module
Jan-Piet Mens committed
-
- 18 Oct, 2012 1 commit
-
-
- fixed template (it was the template), adding indentation with Jinja2 - added description of code examples to man-page template (was missing) - fixed fireball, cron, and debug module examples to confrom
Jan-Piet Mens committed
-
- 13 Oct, 2012 1 commit
-
-
implement lookup plugins for arbitrary enumeration over arbitrary things. See the mailing list for some cool examples.
Michael DeHaan committed
-
- 02 Oct, 2012 1 commit
-
-
Teach fireball mode to disable the fireball by paying attention to 'minutes=N' (default 30) and do not let fireball module crash on input.
Michael DeHaan committed
-
- 01 Oct, 2012 1 commit
-
-
- amended
Jan-Piet Mens committed
-
- 30 Sep, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 27 Sep, 2012 1 commit
-
-
The very first start of 'fireball mode', which uses ansible in SSH mode to deploy a ephemeral zeromq daemon (entirely optional) that is will die after it is no longer used. No key signing will be required. At this point, development use only -- NOT complete.
Michael DeHaan committed
-