ansible/docs/docsite/rst
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
..
dev_guide Added initial developing module doc for Windows (#27308) 2017-08-01 08:02:56 +10:00
modules
roadmap various Windows/Azure roadmap updates 2017-07-24 08:32:54 -07:00
become.rst
committer_guidelines.rst
common_return_values.rst
community.rst docs: fix community meetings link (#27264) 2017-07-25 09:23:01 -04:00
conf.py docs: PEP8 compliance (#24681) 2017-05-30 18:08:25 +01:00
faq.rst
galaxy.rst Missing documentation about the include directive for requirements files (#20090) 2017-07-14 10:48:51 +01:00
glossary.rst
guide_aws.rst
guide_azure.rst Correcting YAML identation (#25049) 2017-05-26 16:11:01 +02:00
guide_cloudstack.rst
guide_docker.rst
guide_gce.rst [cloud][gce] Add necessary key for secrets.py (#25997) 2017-06-28 16:04:24 -04:00
guide_kubernetes.rst
guide_packet.rst
guide_rax.rst
guide_rolling_upgrade.rst Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
guide_vagrant.rst
guides.rst
index.rst Improve release and development cycle documentation 2017-07-25 23:38:08 -07:00
intro.rst Some cleanup of the intro and getting started sections. (#25083) 2017-05-28 01:42:50 -07:00
intro_adhoc.rst
intro_bsd.rst
intro_configuration.rst Fixing security issue with lookup returns not tainting the jinja2 environment 2017-05-08 12:43:46 -05:00
intro_dynamic_inventory.rst Formatted Dynamic Inventory link for Openstack (#25351) 2017-06-15 03:00:00 -07:00
intro_getting_started.rst Some cleanup of the intro and getting started sections. (#25083) 2017-05-28 01:42:50 -07:00
intro_installation.rst Updated package locations. 2017-07-31 21:10:43 -07:00
intro_inventory.rst Added become_exe and become_flags docs (#19554) 2017-07-25 18:59:57 -07:00
intro_networking.rst Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
intro_patterns.rst
intro_windows.rst update WSL installation docs for current builds (#25237) 2017-07-31 18:07:07 -07:00
modules.rst
modules_intro.rst
modules_support.rst Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
network_debug_troubleshooting.rst Persistent connection timer changes (#27272) 2017-08-01 11:45:45 -06:00
playbook_pahting.rst
playbooks.rst Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
playbooks_acceleration.rst
playbooks_advanced_syntax.rst
playbooks_async.rst
playbooks_best_practices.rst Add module_utils example next to library examples (#25390) 2017-07-18 17:09:32 -07:00
playbooks_blocks.rst Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
playbooks_checkmode.rst Minor edits. 2017-07-26 10:50:01 -04:00
playbooks_conditionals.rst Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
playbooks_debugger.rst
playbooks_delegation.rst added note about not all tasks being 'delegatable' 2017-08-01 08:24:37 -04:00
playbooks_environment.rst
playbooks_error_handling.rst
playbooks_filters.rst Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
playbooks_filters_ipaddr.rst Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
playbooks_intro.rst display v added 2017-06-23 16:44:48 -04:00
playbooks_lookups.rst Allow variables to be passed in to template lookup plugin (#18662) 2017-08-02 09:29:27 +05:30
playbooks_loops.rst filetree: Add documentation for lookup plugin (#26157) 2017-07-04 15:20:46 -07:00
playbooks_prompts.rst
playbooks_python_version.rst Update playbooks_python_version.rst 2017-04-25 12:26:40 -07:00
playbooks_reuse.rst Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
playbooks_reuse_includes.rst Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
playbooks_reuse_roles.rst Fix roles language in docs (#25811) 2017-06-26 23:10:07 -07:00
playbooks_roles.rst Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
playbooks_special_topics.rst
playbooks_startnstep.rst
playbooks_strategies.rst Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
playbooks_tags.rst Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
playbooks_templating.rst Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
playbooks_tests.rst Minor fix for typo - ismount to is_mount 2017-07-24 08:56:46 -04:00
playbooks_variables.rst Imports and includes (#25399) 2017-06-06 16:39:48 -05:00
playbooks_vault.rst Fix typo (#26988) 2017-07-19 08:33:04 -04:00
porting_guide_2.0.rst
python_3_support.rst
quickstart.rst
release_and_maintenance.rst Improve release and development cycle documentation 2017-07-25 23:38:08 -07:00
test_strategies.rst
tower.rst
YAMLSyntax.rst