community.general/lib/ansible/plugins/lookup
Matt Clay 7714dcd04e Enable more pylint rules and fix reported issues. (#30539)
* Enable pylint unreachable test.
* Enable pylint suppressed-message test.
* Enable pylint redundant-unittest-assert test.
* Enable pylint bad-open-mode test.
* Enable pylint signature-differs test.
* Enable pylint unnecessary-pass test.
* Enable pylint unnecessary-lambda test.
* Enable pylint raising-bad-type test.
* Enable pylint logging-not-lazy test.
* Enable pylint logging-format-interpolation test.
* Enable pylint useless-else-on-loop test.
2017-09-18 23:20:32 -07:00
..
__init__.py Fix lookup into search paths when undefined. 2017-08-09 14:07:40 -04:00
cartesian.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
chef_databag.py adding lookup plugin for chef_databags (#18403) 2017-07-27 16:42:32 -04:00
consul_kv.py Updated consul_kv lookup plugin so that it can take in host and port 2017-08-17 10:42:22 -04:00
credstash.py Fixes #21536: Allowing the ability to pass aws session paramters to credstash lookup (#23077) 2017-08-07 11:33:59 -04:00
csvfile.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
cyberarkpassword.py Added cyberarkpassword lookup plugin (#21857) 2017-08-15 23:06:46 -07:00
dict.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
dig.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
dnstxt.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
env.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
etcd.py Miscellaneous pylint fixes. 2017-09-13 01:53:08 -07:00
file.py Fix bug (#18355) where encrypted inventories fail 18355 (#18373) 2016-11-07 10:07:26 -05:00
fileglob.py changed missing file error to warning for lookups (#16800) 2016-09-20 15:05:11 -04:00
filetree.py Fix encoding error on grp.gr_name, which can contain non-ascii chars at domain PCs (#25804) 2017-08-31 03:39:24 -04:00
first_found.py Enable more pylint rules and fix reported issues. (#30539) 2017-09-18 23:20:32 -07:00
flattened.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
hashi_vault.py hashi_vault: fix token logic again (#27863) 2017-08-09 10:53:30 -04:00
hiera.py Fixes #25057, Added Hiera Lookup (#25060) 2017-08-07 12:59:39 -06:00
indexed_items.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
ini.py Fix _get_file_contents to return bytes and checking that a different file exists than it opens 2017-07-28 11:07:43 -07:00
inventory_hostnames.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
items.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
keyring.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
lastpass.py Lastpass lookup plugin (#16285) 2016-12-22 14:47:33 -08:00
lines.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
list.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
mongodb.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
nested.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
password.py [passwordstore] Use builtin _random_password function instead of pwgen (#25843) 2017-08-14 15:19:40 -07:00
passwordstore.py [passwordstore] Use builtin _random_password function instead of pwgen (#25843) 2017-08-14 15:19:40 -07:00
pipe.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
random_choice.py make random_choice more error resilient (#27380) 2017-07-31 11:44:53 -04:00
redis_kv.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
sequence.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
shelvefile.py Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
subelements.py Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07:00
template.py Allow variables to be passed in to template lookup plugin (#18662) 2017-08-02 09:29:27 +05:30
together.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
url.py Enable url lookup without a proxy 2017-08-04 14:20:43 -04:00