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
Jayson Vantuyl 13ddd39db9 add with_sequence lookup plugin
Plugin allows you to do easy counts for items.
2013-01-09 15:30:24 -08: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 Make all lookup plugins work with lists 2012-12-15 21:47:16 +01:00
fileglob.py Make all lookup plugins work with lists 2012-12-15 21:47:16 +01:00
items.py Make all lookup plugins work with lists 2012-12-15 21:47:16 +01:00
lines.py Make all lookup plugins work with lists 2012-12-15 21:47:16 +01:00
pipe.py Make all lookup plugins work with lists 2012-12-15 21:47:16 +01: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 Make all lookup plugins work with lists 2012-12-15 21:47:16 +01:00