community.general/lib/ansible
Brian Coca 4098e8283e several fixes to template
- now obeys global undefined var setting and allows override (mostly for with_ )
- moved environment instanciation to init instead of each template call
- removed hardcoded template token matching and now use actually configured tokens, now it won't break if someone changes default configs in ansible.cfg
- made reenetrant template calls now pass the same data it got, dictionary and lists were loosing existing and new params
- moved fail_on_undeinfed parameter to template call, as it should only realky be set to false on specific templates and not globally
- added overrides, which will allow template to implement jinja2 header override features
- added filter list to overrides to disallow possibly insecure ones, TODO: check if this is still needed as facts should not be templated anymore
- TODO: actually implement jinja2 header overrides
2015-06-11 00:21:53 -04:00
..
cli ansible-pull: Add option to verify gpg signature of a commit 2015-06-10 17:29:04 +03:00
compat Making the switch to v2 2015-05-03 21:47:26 -05:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor respect undefined config setting 2015-06-10 23:26:01 -04:00
galaxy Making the switch to v2 2015-05-03 21:47:26 -05:00
inventory Fix raising AnsibleError 2015-06-05 11:41:23 -07:00
module_utils Merge pull request #11115 from jhawkesworth/second_go_at_fixing_1404 2015-06-10 20:43:32 -04:00
modules updated with nagios doc fix 2015-06-10 13:00:29 -04:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing Fix for six version 1.1.0 (rhel6). 2015-06-03 10:25:07 -07:00
playbook Raise AnsibleParserError instead of AssertionError 2015-06-06 09:16:38 -05:00
plugins removed redundant string check 2015-06-10 22:58:08 -04:00
template several fixes to template 2015-06-11 00:21:53 -04:00
utils removed cruft 2015-06-11 00:13:40 -04:00
vars Cleaning up VariableManager tests (v2) 2015-05-14 20:10:31 -05:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py removed duplicate retry config entries 2015-05-25 11:06:04 -04:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00