You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/runner/lookup_plugins
James Cammarata da5de725d7 Allow with_first_files to search relative to templates and vars in roles
Fixes #8879
11 years ago
..
__init__.py implement lookup plugins for arbitrary enumeration over arbitrary things. See the mailing list for some cool examples. 13 years ago
csvfile.py reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 12 years ago
dict.py Rename flatten funciton. 12 years ago
dnstxt.py reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 (#5852) 12 years ago
env.py Don't use listify_ function, when all we want to do is template variables 12 years ago
etcd.py etcd lookup: use $ANSIBLE_ETCD_URL if it exists in the env 12 years ago
file.py Add support for relative paths in the file lookup plugin for roles 12 years ago
fileglob.py With fileglob should return full paths as in 1.1 13 years ago
first_found.py Allow with_first_files to search relative to templates and vars in roles 11 years ago
flattened.py also rename plugin name in error message 13 years ago
indexed_items.py Add indexed_items lookup plugin 13 years ago
inventory_hostnames.py Fixes #4979 Check for the correct context when inside the inventory_hostnames plugin 12 years ago
items.py now with_items also accepts sets 12 years ago
lines.py Make more lookup plugins tolerant of new variable system, with a little better 'do what I mean' logic to resolving 13 years ago
nested.py Allow doing things like "groups.groupname" in with_nested. 12 years ago
password.py Make sure password files from lookups are created with restrictive permissions 11 years ago
pipe.py Fixes #6550 Use shell for pipe lookup subprocess.popen calls 12 years ago
random_choice.py Make more lookup plugins tolerant of new variable system, with a little better 'do what I mean' logic to resolving 13 years ago
redis_kv.py Make more lookup plugins tolerant of new variable system, with a little better 'do what I mean' logic to resolving 13 years ago
sequence.py Fix 'sequence' plugin error. 13 years ago
subelements.py Check one more skipped scenario in with_subelements. 12 years ago
template.py Fix errors in lookup plugins. 13 years ago
together.py Allow doing things like "groups.groupname" in with_nested. 12 years ago