- 11 Apr, 2013 12 commits
-
-
make bin/ansible error output consistent for shell module as for the command module when no arguments are given
Michael DeHaan committed -
implement --start-at-task option to hop to a specific task before starti...
Michael DeHaan committed -
Adds a riak module
Michael DeHaan committed -
make bin/ansible error output consistent for shell module as for the command module when no arguments
Serge van Ginderachter committed -
Michael DeHaan committed
-
Typo in docs
Michael DeHaan committed -
Fix Jinja2 filter plugins initialization
Michael DeHaan committed -
Add base64 encode and decode filters to templates
Michael DeHaan committed -
Michael DeHaan committed
-
make json valid
Michael DeHaan committed -
Michael DeHaan committed
-
Trevor Wennblom committed
-
- 10 Apr, 2013 18 commits
-
-
Decided to not deprecate legacy template syntax for now. Backwards compat is important, though the docs will suggest the new way.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Some continued work on new-style templates and associated test code changes. Legacy template functions are marked with "legacy_" for possible future removal.
Michael DeHaan committed -
allow references to names of variables in with_items without needing to surround them with Jinja2 '{{' delimetersMichael DeHaan committed -
Michael DeHaan committed
-
Technically this isn't quite valid YAML when this happens, so we make it valid. This means that if a future commander API allows save/load it should make sure it does similar processing.
Michael DeHaan committed -
Add code to flag legacy templating like $foo.{bar} as deprecated in favor of Jinja2 {{ foo.bar }} so we can remove the legacy system at a later date.Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Allow jinja2 evals that produce lists to be used in with_items. Ideally want something a bit less heavy than the eval here.
Michael DeHaan committed -
compensate.
Michael DeHaan committed -
Michael DeHaan committed
-
Stoned Elipot committed
-
evaluate and replace '$item' with ''. Really it doesn't make sense to include multiple playbooks via a loop variable, as you can do this with task + with_items already (and it's a simpler code path). Given this is undocumented, this removes that feature, and we'll consider next how to also add 'with_items' support directly to roles.
Michael DeHaan committed
-
- 09 Apr, 2013 6 commits
-
-
Don't set the item variable as eager template replacement will over-replace the variable as an empty string.
Michael DeHaan committed -
_get_filter_plugins() checks FILTER_PLUGINS against None hence the latter should be initialized to None.
Stoned Elipot committed -
Victor Castell committed
-
James Martin committed
-
Seth Vidal committed
-
Test case and fix for shlex.split unicode bug
Michael DeHaan committed
-
- 08 Apr, 2013 4 commits
-
-
Enable virt module to work with different libvirt connection uris.
Michael DeHaan committed -
Enable virt module to work with different libvirt connection uris. This allow to work with all libvirt supported VMs.
Victor Castell committed -
Add separate step update_cache example
Michael DeHaan committed -
Michael DeHaan committed
-