1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/runner/lookup_plugins
Daniel Hokka Zakrisson 47082a9171 Add $LOOKUP(<lookup plugin>,<data>) as a templating option
Also moves file and pipe to lookup_plugins.
2012-11-07 23:17:29 +01: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
file.py Add $LOOKUP(<lookup plugin>,<data>) as a templating option 2012-11-07 23:17:29 +01:00
fileglob.py Make lookup API extensible and allow basedir to be passed 2012-10-31 16:55:38 +01:00
items.py Make lookup API extensible and allow basedir to be passed 2012-10-31 16:55:38 +01:00
lines.py Add $LOOKUP(<lookup plugin>,<data>) as a templating option 2012-11-07 23:17:29 +01:00
pipe.py Add $LOOKUP(<lookup plugin>,<data>) as a templating option 2012-11-07 23:17:29 +01:00
template.py Add a template lookup plugin 2012-10-31 16:57:10 +01:00