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
Brian Coca 788889225d Merge pull request #10078 from sgargan/consul
Ansible support for Consul
2015-02-11 13:58:15 -05: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
consul_kv.py Initial commit of Ansible support for the Consul clustering framework (http://consul.io). 2015-01-24 01:09:03 +00:00
csvfile.py reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
dict.py Rename flatten funciton. 2014-02-25 14:59:06 -06:00
dnstxt.py reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 2014-02-03 13:00:40 -06:00
env.py Don't use listify_ function, when all we want to do is template variables 2014-05-20 13:39:23 -05:00
etcd.py etcd lookup: use $ANSIBLE_ETCD_URL if it exists in the env 2014-03-20 15:16:28 -07:00
file.py Add support for relative paths in the file lookup plugin for roles 2014-06-04 15:20:59 -05:00
fileglob.py With fileglob should return full paths as in 1.1 2013-04-23 00:54:39 -04:00
first_found.py Allow with_first_files to search relative to templates and vars in roles 2014-09-18 16:05:30 -05:00
flattened.py fine tuned lookup/templating errors 2014-11-26 22:06:37 -05: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 now with_items also accepts sets 2014-02-01 17:55:38 -05: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 Make sure password files from lookups are created with restrictive permissions 2014-08-19 11:30:04 -05:00
pipe.py Fixes #6550 Use shell for pipe lookup subprocess.popen calls 2014-03-18 12:21:26 -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
url.py added url lookup plugin 2015-01-27 17:26:18 -05:00