community.general/lib/ansible/plugins/lookup
Brian Coca 6d87bd405d Merge pull request #12765 from bcoca/lookup_inventory_hostname
implemented inventory_hostname lookup in v2
2015-10-16 15:05:23 -04:00
..
__init__.py Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
cartesian.py listify lookup plugin terms when they're specified as "{{ lookup(terms) }}" 2015-08-10 09:07:37 -07:00
consul_kv.py Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
credstash.py Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
csvfile.py make sure delimiter is basestring for cvsfile 2015-08-26 18:38:39 -04:00
dict.py Support any Mapping for with_dict lookup. 2015-08-17 20:11:24 -04:00
dig.py Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
dnstxt.py listify lookup plugin terms when they're specified as "{{ lookup(terms) }}" 2015-08-10 09:07:37 -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 listify lookup plugin terms when they're specified as "{{ lookup(terms) }}" 2015-08-10 09:07:37 -07:00
fileglob.py Additional changes to fix fileglob relative path lookups 2015-07-27 16:35:57 -04:00
first_found.py Use templar all the way down 2015-08-04 12:25:53 -04:00
flattened.py listify lookup plugin terms when they're specified as "{{ lookup(terms) }}" 2015-08-10 09:07:37 -07:00
hashi_vault.py updated hashi_vault to new listify, added to changelog 2015-08-10 21:10:00 -04:00
indexed_items.py listify lookup plugin terms when they're specified as "{{ lookup(terms) }}" 2015-08-10 09:07:37 -07:00
ini.py Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
inventory_hostnames.py implemented inventory_hostname lookup in v2 2015-10-15 13:11:42 -04:00
items.py listify lookup plugin terms when they're specified as "{{ lookup(terms) }}" 2015-08-10 09:07:37 -07:00
lines.py
list.py lookup plugin that does no flattening 2015-08-14 17:05:41 -04: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
redis_kv.py listify lookup plugin terms when they're specified as "{{ lookup(terms) }}" 2015-08-10 09:07:37 -07:00
sequence.py Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
shelvefile.py Use 'except ... as' syntax 2015-08-27 22:15:04 +03:00
subelements.py listify lookup plugin terms when they're specified as "{{ lookup(terms) }}" 2015-08-10 09:07:37 -07:00
template.py Properly assign search path to environment.loader in template lookup 2015-09-17 14:47:20 -04:00
together.py listify lookup plugin terms when they're specified as "{{ lookup(terms) }}" 2015-08-10 09:07:37 -07:00
url.py Fix HTTPError message not being reachable 2015-09-27 18:01:19 +00:00