- 10 May, 2012 3 commits
-
-
Michael DeHaan committed
-
Allow hosts not in inventory to override inventory with -i "host1,host2:port" etc, which is the original intent of --override-hosts.
Michael DeHaan committed -
Do not run unit tests against the EVENTS code because it is subject to change and that does not mean anything is broken. If we want to test playbooks, it's best to test the result of a playbook to make sure it does the correct thing. Also remove playbook2/3 yml which were not used.
Michael DeHaan committed
-
- 11 May, 2012 3 commits
-
-
Fix correct variable expansion in includes only_if.
Michael DeHaan committed -
There's not need to run the complete include through the templating engine. Several variables were not included before the conditional was evaluated.
Jeroen Hoekx committed -
Support single handlers for notify.
Michael DeHaan committed
-
- 10 May, 2012 10 commits
-
-
Fix YAML hosts list.
Michael DeHaan committed -
John Kleint committed
-
John Kleint committed
-
Support list indexing in varReplace.
Michael DeHaan committed -
Jeroen Hoekx committed
-
Fixup unicode varReplace templating.
Michael DeHaan committed -
Fix for bug #264
Michael DeHaan committed -
cocoy committed
-
The original patches should have conflicted? 53bde0bf vs efde61e5
Jeroen Hoekx committed -
Michael DeHaan committed
-
- 11 May, 2012 11 commits
-
-
Added the network address of an interface as an ansible variable
Michael DeHaan committed -
Fix for issue 353
Michael DeHaan committed -
mktemp creates the temp directory 700 only. If the sudo-user is not root, the other user will not be able to run the command (Permission denied error). This adds the executable bit for all on the temp directory.
Stephen Fromm committed -
Allow camelCase variables in varReplace.
Michael DeHaan committed -
Added parameter to the apt-get install command to prevent interactive conflict resolution
Michael DeHaan committed -
Fix hang on large command output.
Michael DeHaan committed -
John Kleint committed
-
John Kleint committed
-
Cosmin Luță committed
-
Jeroen Hoekx committed
-
Cosmin Luță committed
-
- 10 May, 2012 1 commit
-
-
override-hosts is gone since we can't load inventory for hosts (so it's not an whitelist), but we can still support hosts outside of inventory if you pass in an array of hosts. Ports are supported, but not much other info.
Michael DeHaan committed
-
- 08 May, 2012 1 commit
-
-
Michael DeHaan committed
-
- 10 May, 2012 1 commit
-
-
Support nested variables in varReplace
Michael DeHaan committed
-
- 09 May, 2012 4 commits
-
-
Jeroen Hoekx committed
-
Jeroen Hoekx committed
-
Preserve trailing newline after templating.
Michael DeHaan committed -
Jinja seems to eat trailing whitespace. A lot of tools complain about this: iptables-restore, iscsid...
Jeroen Hoekx committed
-
- 08 May, 2012 5 commits
-
-
Template dest and src parameters
Michael DeHaan committed -
User module fix
Michael DeHaan committed -
Resolves issue #333. If spwd is not available, the password will be set regardless.
Stephen Fromm committed -
Matthew Williams committed
-
Michael DeHaan committed
-
- 10 May, 2012 1 commit
-
-
Issue122 - have all modules log to syslog
Michael DeHaan committed
-