ansible/lib/ansible/plugins/lookup
2016-10-03 20:23:33 -04:00
..
__init__.py no need for warnings in first_found 2016-10-03 20:23:33 -04: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 Make credstash lookup plugin support encryption contexts 2016-01-02 15:23:27 +07:00
csvfile.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
dict.py Support any Mapping for with_dict lookup. 2015-08-17 20:11:24 -04:00
dig.py Use addresses and names reserved for documentation 2016-09-11 17:31:41 +02: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 typo fix for variable ANSIBLE_ETCD_VERSION (#17373) 2016-09-05 23:00:56 -04:00
file.py Move a path being passed around as a byte string to being passed around as a text string. (#17190) 2016-08-22 21:55:30 -07:00
fileglob.py changed missing file error to warning for lookups (#16800) 2016-09-20 15:05:11 -04:00
filetree.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
first_found.py no need for warnings in first_found 2016-10-03 20:23:33 -04:00
flattened.py Migrate basestring to a python3 compatible type (#17199) 2016-08-23 13:13:44 -07:00
hashi_vault.py raise AnsibleError in hashi_vault lookup plugin when hvac module is not installed (#16859) 2016-08-04 10:06:12 -07:00
indexed_items.py Fix indexed_items.py to run on python3 (#17292) 2016-08-30 09:49:58 -07:00
ini.py ini lookup: add 'type' to the list of known arguments (#17707) 2016-09-22 11:32:14 -04: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 Fix the lines lookup to work on python3 (#17291) 2016-08-30 10:38:55 -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 py3 plus alikins unittest additions refactoring (#17626) 2016-09-19 11:37:57 -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 xrange and izip_longest aren't available in vanilla python3 (#17226) 2016-08-24 12:28:02 -07:00
shelvefile.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
subelements.py Migrate basestring to a python3 compatible type (#17199) 2016-08-23 13:13:44 -07:00
template.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
together.py One more izip_longest => zip_longest fix (#17229) 2016-08-24 13:50:14 -07:00
url.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00