- 14 Nov, 2012 1 commit
-
-
Fixes #1516.
Daniel Hokka Zakrisson committed
-
- 13 Nov, 2012 19 commits
-
-
Keep hostvars from being templated
Michael DeHaan committed -
Use all available vars for hosts:, user: and sudo_user:
Michael DeHaan committed -
Print the task name (if any) when complaining
Michael DeHaan committed -
Make parameterized playbook includes work with vars as a list
Michael DeHaan committed -
After spending 10 minutes to find which playbook had an action/local_action missing, I changed the error to include the task name (if set). The error eventually was caused because I added a name to a task, but the dash before the existing action was not removed.
Dag Wieers committed -
Daniel Hokka Zakrisson committed
-
Fixes #1610.
Daniel Hokka Zakrisson committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Try to ensure the entire value is quoted
Michael DeHaan committed -
add bsd md5 support to fetch module
Michael DeHaan committed -
Templating fixes and features
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
minor linux user module fixups
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Previously, "a $ string $var" would not have gotten replaced at all.
Daniel Hokka Zakrisson committed -
Daniel Hokka Zakrisson committed
-
- 12 Nov, 2012 14 commits
-
-
Romeo Theriault committed
-
Romeo Theriault committed
-
Template using module_vars early
Michael DeHaan committed -
Since no basedir is available at that time, avoid invoking lookup plugins since they assume it is present.
Daniel Hokka Zakrisson committed -
moduleformatter.py should include our own ansible clone
Michael DeHaan committed -
Without this, module_formatter.py relies on the installed ansible which is wrong in more than one way.
Dag Wieers committed -
Add parameterized playbook includes
Michael DeHaan committed -
Add support for generic $XXX() to call $LOOKUP()
Michael DeHaan committed -
Add ability to specify syslog facility for modules
Michael DeHaan committed -
ansible-playbook verifies playbooks exist before running them
Michael DeHaan committed -
remove verbose option on digest call
Michael DeHaan committed -
Romeo Theriault committed
-
refers to #1345
fdavis committed -
Add --limit to calls to ansible and ansible-playbook
Michael DeHaan committed
-
- 11 Nov, 2012 5 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Update constants.py so that one can specify environmental variable ANSIBLE_SYSLOG_FACILITY or syslog_facility in ansible.cfg to define the syslog facility to use. Alternatively, you can specify ansible_syslog_facility in inventory. Runner now replaces the syslog facility in the openlog() call with the default or the injected variables ansible_syslog_facility. This also updates hacking/test-module to behave similarly.
Stephen Fromm committed -
--limit takes localhost, FQDN, and 127.0.0.1.
Stephen Fromm committed
-
- 10 Nov, 2012 1 commit
-
-
Daniel Hokka Zakrisson committed
-