- 07 May, 2014 2 commits
-
-
Fixes #7307
James Cammarata committed -
Fixes #7307
James Cammarata committed
-
- 21 Apr, 2014 1 commit
-
-
This is a useful example to help debug how facts and vars are being collated.
Dag Wieers 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
-
- 16 Mar, 2014 1 commit
-
-
Michael DeHaan committed
-
- 10 Mar, 2014 1 commit
-
-
Fixes #6047
James Cammarata committed
-
- 06 Mar, 2014 1 commit
-
-
Fixes #6047
James Cammarata committed
-
- 01 Mar, 2014 1 commit
-
-
Michael DeHaan committed
-
- 13 Feb, 2014 1 commit
-
-
Add the start of an integration test structure using Ansible playbooks, also added an assert action plugin to make writing those easier.
Michael DeHaan committed
-
- 30 Jan, 2014 1 commit
-
-
Fixes #5812
James Cammarata committed
-
- 29 Jan, 2014 1 commit
-
-
Michael DeHaan committed
-
- 27 Jan, 2014 1 commit
-
-
The timeout is in seconds (int), and the extra quote at the end could throw someone off if they're copying and pasting the example.
Jeff Geerling committed
-
- 27 Dec, 2013 1 commit
-
-
The example for the fail module doesn't work: http://www.ansibleworks.com/docs/modules.html#fail The current text shows: - fail: msg="The system may not be provisioned according to the CMDB status." when: "{{ cmdb_status }} != 'to-be-staged'" The "when" documentation indicates that the argument is already a Jinja2 expression: http://www.ansibleworks.com/docs/playbooks_conditionals.html#the-when-statement Thus, the following is when: cmdb_status != "to-be-staged" is preferred even though the following could work but generates a deprecation warning: when: {{cmdb_status != "to-be-staged"}}
Jim Kleckner committed
-
- 12 Dec, 2013 1 commit
-
-
Andrii Radyk committed
-
- 02 Dec, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 27 Nov, 2013 1 commit
-
-
James Cammarata committed
-
- 25 Nov, 2013 1 commit
-
-
Junegunn Choi committed
-
- 18 Nov, 2013 1 commit
-
-
James Tanner committed
-
- 13 Nov, 2013 1 commit
-
-
Adds a new option to wait_for to wait for a file to exist on the file system before continuing, optionally takes a search_regex param to match text in the file.
John Jarvis 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 2 commits
-
-
Michael DeHaan committed
-
on EL5. Fix #4763
Michael Scherer committed
-
- 31 Oct, 2013 2 commits
-
-
Michael DeHaan committed
-
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
-
- 28 Oct, 2013 1 commit
-
-
bennojoy committed
-
- 19 Oct, 2013 1 commit
-
-
Michael DeHaan committed
-
- 15 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
-