community.general/lib/ansible/runner/lookup_plugins
Michael DeHaan f0b21dcc0f allow references to names of variables in with_items without needing to surround them with Jinja2 '{{' delimeters 2013-04-10 18:42:54 -04:00
..
__init__.py implement lookup plugins for arbitrary enumeration over arbitrary things. See the mailing list for some cool examples. 2012-10-12 20:07:05 -04:00
dnstxt.py Make all lookup plugins work with lists 2012-12-15 21:47:16 +01:00
env.py Make all lookup plugins work with lists 2012-12-15 21:47:16 +01:00
file.py Makes $PIPE and $FILE macros accept utf-8 input 2013-04-06 23:28:15 +02:00
fileglob.py Fix tilde expansion for fileglob 2013-02-11 23:43:27 +01:00
first_found.py check if the term is a dict so we can take a simple list of files (like first_available_file) takes 2013-03-01 18:18:56 -05:00
items.py allow references to names of variables in with_items without needing to surround them with Jinja2 '{{' delimeters 2013-04-10 18:42:54 -04:00
lines.py Make all lookup plugins work with lists 2012-12-15 21:47:16 +01:00
nested.py allow references to names of variables in with_items without needing to surround them with Jinja2 '{{' delimeters 2013-04-10 18:42:54 -04:00
password.py password lookup plugin, with working tests and documentation 2013-03-10 13:36:53 +11:00
pipe.py Makes $PIPE and $FILE macros accept utf-8 input 2013-04-06 23:28:15 +02:00
random_choice.py Fix copyright, unused imports 2013-02-02 13:06:48 -05:00
redis_kv.py Make all lookup plugins work with lists 2012-12-15 21:47:16 +01:00
sequence.py add with_sequence lookup plugin 2013-01-09 15:30:24 -08:00
template.py Add code to flag legacy templating like $foo.{bar} as deprecated in favor of Jinja2 {{ foo.bar }} so we 2013-04-10 17:52:35 -04:00