- 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 9 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 -
Fix hostname expansion bug in inventory parser
Daniel Hokka Zakrisson committed -
Junegunn Choi committed
-
- 14 Dec, 2012 10 commits
-
-
Nandor Sivok committed
-
cleanup Example output in ansible-doc
Stephen Fromm committed -
Nandor Sivok committed
-
when defining group variables
Junegunn Choi committed -
At the moment Ansible prefers yes/no for module booleans, however booleans in playbooks are still using True/False, rather than yes/no. This changes modifies boolean uses in playbooks (and man pages) to favor yes/no rather than True/False. This change includes: - Adaptation of documentation and examples to favor yes/no - Modification to manpage output to favor yes/no (the docsite output already favors yes/no)
Dag Wieers committed -
Jan-Piet Mens committed
-
Jan-Piet Mens committed
-
fdavis committed
-
Ensure files created by authorized_key have correct selinux context
Stephen Fromm committed -
Three changes: * Add set_default_selinux_context() to module_common that sets a file's context according to the defaults in the policy * In atomic_replace(), set the default context for the file if selinux is enabled and the destination file does not exist. * In authorized_key, set the default context when creating $HOME/.ssh and $HOME/.ssh/authorized_keys. If these already exist, this won't touch them.
Stephen Fromm committed
-
- 13 Dec, 2012 1 commit
-
-
Missing colon in $FILE example docs
Daniel Hokka Zakrisson committed
-