community.general/lib/ansible/plugins
Abhijit Menon-Sen 20b0716948 Allow variables to be passed in to template lookup plugin (#18662)
This allows a single template to be evaluated with different values in
the same task. For example, with a template like 'x:{{a}}', one could do
something like this:

    - foo:
        a: "{{ lookup('template', 'x.j2', template_vars=dict(a=foo[item])) }}"
        b: "{{ lookup('template', 'x.j2', template_vars=dict(a=bar[item])) }}"
      with_items:
        - x
        - y

…and "a" and "b" would expand to different strings based on what we
passed in to the template lookup.
2017-08-02 09:29:27 +05:30
..
action Persistent connection timer changes (#27272) 2017-08-01 11:45:45 -06:00
cache Fix redis cache for python3 2017-06-13 09:50:46 -04:00
callback skippy callback plugin: hides banner for skipped tasks (#18621) 2017-08-01 08:19:51 -04:00
cliconf New module aireos_command (#26769) 2017-07-19 23:14:52 +05:30
connection fix non-pipelined output parsing in winrm.py (#27606) 2017-08-01 14:59:52 -07:00
filter Fix for to_text and to_bytes error handlers 2017-07-24 09:19:04 -07:00
inventory endswith supports tuples, nicer 2017-07-24 16:49:01 -04:00
lookup Allow variables to be passed in to template lookup plugin (#18662) 2017-08-02 09:29:27 +05:30
netconf Add support for netconf network discovery (#25435) 2017-06-28 11:07:38 +05:30
shell fix to alllow the winrm plugin to send input with Python 3 (#27474) 2017-07-31 18:35:05 -07:00
strategy add support of nested groups in group_by 2017-07-27 11:37:34 -04:00
terminal Make the 'not found' regex case sensitive (#27100) 2017-07-20 12:33:18 -07:00
test better backwards compat handling of status 2017-07-05 21:44:00 -04:00
vars ensure proper typing of path, cause py3 listdir 2017-06-19 16:35:50 -04:00
__init__.py ensure prefix in plugin loading to avoid conflicts 2017-07-26 11:54:13 -04:00