- 03 Jan, 2013 4 commits
-
-
Daniel Hokka Zakrisson committed
-
This is the name of the setting on the play level, and the options. Should be consistent.
Daniel Hokka Zakrisson committed -
Update path_dwim() to return absolute path
Stephen Fromm committed -
If path_dwim() is provided a relative path to a file, it will now return an absolute path of the playbook directory + the relative file path.
Stephen Fromm committed
-
- 24 Dec, 2012 3 commits
-
-
Make script module use raw module so it does not require python
Michael DeHaan committed -
[docsite] Added LEMP selected playbook
Michael DeHaan committed -
Francis Besset committed
-
- 23 Dec, 2012 5 commits
-
-
Dag Wieers committed
-
Add return code and error output to raw module
Michael DeHaan 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 -
fix cron DOCUMENTATION
Michael DeHaan committed -
Jan-Piet Mens committed
-
- 21 Dec, 2012 1 commit
-
-
Clarify that lineinfile uses Python regexes.
Michael DeHaan committed
-
- 20 Dec, 2012 2 commits
-
-
jkleint committed
-
Fixes #1790.
Daniel Hokka Zakrisson committed
-
- 19 Dec, 2012 8 commits
-
-
Fixes #1769.
Daniel Hokka Zakrisson committed -
Fixes #1787.
Daniel Hokka Zakrisson committed -
Add support for @reboot to cron module
Michael DeHaan committed -
This avoids special-casing '' = '.' everywhere the basedir gets used. Fixes #1729.
Daniel Hokka Zakrisson committed -
Daniel Hokka Zakrisson committed
-
Bugfix: in hosts with python-2.5, hash keys needs flatten string.
Daniel Hokka Zakrisson committed -
Chelsea Robb committed
-
Added error message when reboot and extra params are passed, and added better boolean parsing on reboot
Chelsea Robb committed
-
- 18 Dec, 2012 5 commits
-
-
Chelsea Robb committed
-
Make all lookup plugins accept lists as arguments
Michael DeHaan committed -
Alphabetic inventory hostname patterns.
Michael DeHaan committed -
Allows whitespaces around assignment operators when defining group variables
Michael DeHaan committed -
fix documentation for authorized_key in advanced playbooks page in docsite
Michael DeHaan committed
-
- 17 Dec, 2012 3 commits
-
-
Javier Candeira committed
-
of hash iteration.
Gregory Duchatelet committed -
Gregory Duchatelet committed
-
- 16 Dec, 2012 2 commits
-
-
Allow parameterized playbook includes to define complex variables
Michael DeHaan committed -
Junegunn Choi committed
-
- 15 Dec, 2012 7 commits
-
-
To be used like: - include: playbook.yml vars: mylistvar: - item1 - item2
Daniel Hokka Zakrisson committed -
Lookup plugins should accept a string or a list, and always return a list, even if it is just one item.
Daniel Hokka Zakrisson committed -
Change message when a play matches no hosts
Michael DeHaan committed -
change error message on check_conditional when variable does not exist
Michael DeHaan committed -
Make use of yes/no booleans in playbooks
Michael DeHaan committed -
fixes #1767 parsing serial from extra_vars
Michael DeHaan committed -
fix and clarify 'script' docs
Daniel Hokka Zakrisson committed
-