ansible/examples
Michel Blanc 1c22f2146e Adds configurable jinja2 extension loading
Jinja extensions adds features to the jinja2 templating engine. This
patch allows module loading for the templating engine vian an
ansible.cfg configuration key (jinja_extensions).
The default behaviour doesn't change (no module loading).
Requested modules can be added coma separated in ansible.cfg

Adds whitespace handling in jinja_extension config

Added whitespace handling in jinja_extension configuration directive, so
things stay safe if user adds spaces around comas in the directives
list.

Adds config example for jinja_extensions

Added config example with multiple extentions for jinja_extensions
2013-02-16 13:32:48 -05:00
..
playbooks Remove unneccesary quotes from user task 2013-02-10 14:32:43 -05:00
scripts Fix uptime example in examples/scripts 2012-08-24 19:32:24 -04:00
ansible.cfg Adds configurable jinja2 extension loading 2013-02-16 13:32:48 -05:00
DOCUMENTATION.yaml Change the 0.X part to not imply something new was added in 0.X something if a user forgets to put in a specific version in the module docs. 2013-02-09 14:44:10 -05:00
hosts Small change to previous patch, make ranges of hosts inclusive. 2012-07-24 20:10:05 -04:00