..
__init__.py
Port lookup plugins to global display.
2015-11-11 10:44:22 -08:00
cartesian.py
fix cartesian lookup
2016-02-11 10:35:37 -05:00
consul_kv.py
no need to be executable
2015-11-16 14:40:35 -08:00
credstash.py
Use 'except ... as' syntax
2015-08-27 22:15:04 +03:00
csvfile.py
Use to_bytes and to_str instead of str as str is unsafe.
2016-04-04 12:57:32 -07:00
dict.py
Support any Mapping for with_dict lookup.
2015-08-17 20:11:24 -04:00
dig.py
Cleanup more pyflakes warnings (2 real problems)
2015-10-19 12:01:01 -07:00
dnstxt.py
Cleanup more pyflakes warnings (2 real problems)
2015-10-19 12:01:01 -07:00
env.py
listify lookup plugin terms when they're specified as "{{ lookup(terms) }}"
2015-08-10 09:07:37 -07:00
etcd.py
listify lookup plugin terms when they're specified as "{{ lookup(terms) }}"
2015-08-10 09:07:37 -07:00
file.py
Finish up plugin porting to global display
2015-11-11 10:44:23 -08:00
fileglob.py
Additional changes to fix fileglob relative path lookups
2015-07-27 16:35:57 -04:00
first_found.py
Handle when the lookup-plugin is used in jinja-style
2016-02-03 17:10:40 +01:00
flattened.py
Cleaning up FIXMEs
2015-10-22 16:03:50 -04:00
hashi_vault.py
hashi_vault lookup: be more rebust, and allow fields with other name than 'value' ( #13690 )
2016-05-14 21:48:31 -04:00
indexed_items.py
Cleaning up FIXMEs
2015-10-22 16:03:50 -04:00
ini.py
Use io.StringIO and io.BytesIO instead of StringIO.StringIO for compat with py3
2016-02-26 16:43:05 -08:00
inventory_hostnames.py
corrected host/group match in inventory_hostnames
2016-01-20 18:32:39 -05:00
items.py
listify lookup plugin terms when they're specified as "{{ lookup(terms) }}"
2015-08-10 09:07:37 -07:00
lines.py
Cleanup more pyflakes warnings (2 real problems)
2015-10-19 12:01:01 -07:00
list.py
Add python3-compat boilerplate to all .py files in lib/ansible
2015-10-19 18:36:19 -07:00
nested.py
Remove mysterious old cruft
2015-10-01 20:32:08 +05:30
password.py
Fix password lookup when password file exists and the password is not encrypted
2015-10-12 15:52:03 -07:00
pipe.py
listify lookup plugin terms when they're specified as "{{ lookup(terms) }}"
2015-08-10 09:07:37 -07:00
random_choice.py
Making the switch to v2
2015-05-03 21:47:26 -05:00
redis_kv.py
listify lookup plugin terms when they're specified as "{{ lookup(terms) }}"
2015-08-10 09:07:37 -07:00
sequence.py
Cleanup some pyflakes warning (1 real error)
2015-10-19 11:42:46 -07:00
shelvefile.py
Use 'except ... as' syntax
2015-08-27 22:15:04 +03:00
subelements.py
Cleanup some pyflakes warning (1 real error)
2015-10-19 11:42:46 -07:00
template.py
correctly adds searchpath as list
2016-04-01 23:14:56 -04:00
together.py
Cleanup some pyflakes warning (1 real error)
2015-10-19 11:42:46 -07:00
url.py
Finish up plugin porting to global display
2015-11-11 10:44:23 -08:00