- 07 May, 2014 2 commits
-
-
Fixes #7307
James Cammarata committed -
Fixes #7307
James Cammarata committed
-
- 23 Mar, 2014 1 commit
-
-
* Added capability to support multiple keys, so clients from different machines can connect to a single daemon instance * Any activity on the daemon will cause the timeout to extend, so that the daemon must be idle for the full number of minutes before it will auto- shutdown * Various other small fixes to remove some redundancy Fixes #5171
James Cammarata committed
-
- 18 Mar, 2014 1 commit
-
-
This fixes an issue related to the new run_command changes, whereby Popen fails to run a command when an executable is specified + shell=False and there are multiple positional arguments (see Popen docs for details)
James Cammarata committed
-
- 10 Mar, 2014 1 commit
-
-
Fixes #6047
James Cammarata committed
-
- 06 Mar, 2014 1 commit
-
-
Fixes #6047
James Cammarata committed
-
- 30 Jan, 2014 1 commit
-
-
Fixes #5812
James Cammarata committed
-
- 29 Jan, 2014 1 commit
-
-
Michael DeHaan committed
-
- 02 Dec, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 27 Nov, 2013 1 commit
-
-
James Cammarata committed
-
- 18 Nov, 2013 1 commit
-
-
James Tanner committed
-
- 07 Nov, 2013 3 commits
-
-
is a class method. Pyflakes complained about it.
Michael Scherer committed -
Michael Scherer committed
-
- explictely import json, since this is used ( only to silence pyflakes) - remove shutil as it is unused
Michael Scherer committed
-
- 04 Nov, 2013 1 commit
-
-
Fixes #4485 add an ipv6 parameter to accelerate so that the daemon will bind to an ipv6 port instead of ipv4
James Tanner committed
-
- 03 Nov, 2013 1 commit
-
-
Make it slightly more clear what side of the connection is missing keyczar if using accelerate mode.
Michael DeHaan committed
-
- 02 Nov, 2013 1 commit
-
-
on EL5. Fix #4763
Michael Scherer committed
-
- 31 Oct, 2013 1 commit
-
-
unsupported string prefix in 2.4 http://docs.python.org/release/2.4/ref/strings.html This is also ignored on later version of python 2 and is present only for python 3 conversion, as seen on http://docs.python.org/2/reference/lexical_analysis.html#string-literals Also see http://stackoverflow.com/questions/6269765/what-does-the-b-character-do-in-front-of-a-string-literal Fix https://github.com/ansible/ansible/issues/4739
Michael Scherer committed
-
- 19 Oct, 2013 1 commit
-
-
Michael DeHaan committed
-
- 02 Oct, 2013 1 commit
-
-
James Cammarata committed
-
- 01 Oct, 2013 4 commits
-
-
James Cammarata committed
-
This setting makes the timeout for each play configurable, rather than hard-coding it at 300 seconds (now the default if left unspecified) Fixes #4162
James Cammarata committed -
Commands will now be started up in a separate task from the main handler thread, so that it can be monitored for completeness while sending a keepalive packet back to the controller to avoid a socket receive timeout.
James Cammarata committed -
Fixes #4321
James Cammarata committed
-
- 30 Sep, 2013 1 commit
-
-
James Cammarata committed
-
- 23 Sep, 2013 1 commit
-
-
Andrey Shorin committed
-
- 18 Sep, 2013 1 commit
-
-
Erick Yellott committed
-
- 05 Sep, 2013 2 commits
-
-
This was breaking at least the script module, so it would seem best to check for it and set it to the default executable value
James Cammarata committed -
James Cammarata committed
-
- 03 Sep, 2013 1 commit
-
-
James Cammarata committed
-
- 30 Aug, 2013 1 commit
-
-
James Cammarata committed
-
- 28 Aug, 2013 5 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
Caveats: * requiretty must be disabled in the sudoers config * asking for a password doesn't work yet, so any sudoers users must be configured with NOPASSWD * if not starting the daemon as root, the user running the daemon must have sudoers entries to allow them to run the command as the target sudo_user
James Cammarata committed -
James Cammarata committed
-
James Cammarata committed
-