.. |
__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
|
Fixes #4402 wrong order for isinstance parameters in dnstxt.py
|
2013-10-17 15:43:39 -04:00 |
env.py
|
fix arguments to isinstance() in env lookup
|
2013-04-28 14:58:26 +10:00 |
etcd.py
|
Fixed syntax error and removed unused imports
|
2013-12-25 11:04:47 -05:00 |
file.py
|
Lookup plugins in included files now look in paths relative to their files, allowing role usage.
|
2013-06-01 18:15:38 -04:00 |
fileglob.py
|
With fileglob should return full paths as in 1.1
|
2013-04-23 00:54:39 -04:00 |
first_found.py
|
enable use of multiple terms in first_found
|
2013-06-19 16:37:29 +02:00 |
flattened.py
|
also rename plugin name in error message
|
2013-07-22 16:47:36 +02:00 |
indexed_items.py
|
Add indexed_items lookup plugin
|
2013-07-28 13:54:17 -07:00 |
inventory_hostnames.py
|
Fixes #4979 Check for the correct context when inside the inventory_hostnames plugin
|
2013-11-25 10:57:10 -05:00 |
items.py
|
Make more lookup plugins happy with newstyle variables. Not quite done, but this fixes up with_items/with_nested/file/fileglob.
|
2013-04-16 18:50:30 -04:00 |
lines.py
|
Make more lookup plugins tolerant of new variable system, with a little better 'do what I mean' logic to resolving
|
2013-04-16 19:07:19 -04:00 |
nested.py
|
Allow doing things like "groups.groupname" in with_nested.
|
2013-10-07 16:58:29 -04:00 |
password.py
|
Fix pep8 error in password lookup
|
2013-11-19 16:36:18 -05:00 |
pipe.py
|
Make more lookup plugins tolerant of new variable system, with a little better 'do what I mean' logic to resolving
|
2013-04-16 19:07:19 -04:00 |
random_choice.py
|
Make more lookup plugins tolerant of new variable system, with a little better 'do what I mean' logic to resolving
|
2013-04-16 19:07:19 -04:00 |
redis_kv.py
|
Make more lookup plugins tolerant of new variable system, with a little better 'do what I mean' logic to resolving
|
2013-04-16 19:07:19 -04:00 |
sequence.py
|
Fix 'sequence' plugin error.
|
2013-04-17 11:45:28 -04:00 |
subelements.py
|
Check one more skipped scenario in with_subelements.
|
2013-10-09 17:14:42 -04:00 |
template.py
|
Fix errors in lookup plugins.
|
2013-04-17 11:31:38 -04:00 |
together.py
|
Allow doing things like "groups.groupname" in with_nested.
|
2013-10-07 16:58:29 -04:00 |