- 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
-
- 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
-
- 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
-
- 26 Jul, 2013 1 commit
-
-
only_if reference) Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 19 Jul, 2013 1 commit
-
-
Michael DeHaan committed
-
- 08 Jul, 2013 1 commit
-
-
Use when instead of only_if Use new variable style
Jesse Keating committed
-
- 28 Jun, 2013 1 commit
-
-
Jesse Keating committed
-