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/test/units/plugins
Scott Buchanan b12cf754f6 1Password lookup plugin (#37207)
* add pytest_cache to gitignore

* onepassword lookup plugin

* fix linter/style test complaints

* second pass at making pycodestyle happy

* use json module instead of jq

* update copyrights, license & version added

* fix python2 compatibility

* doh. fix spacing issue.

* use standard ansible exception

* remove potentially problematic stdin argument

* actually call assertion method

* add support for top-level fields

* make vault uuids pedantically consistent in fixture

* fix new style issues

* ability specify section & correct case handling

* improve error handling

* add onepassword_raw plugin

* Add maintainer info

* Move common code to module_utils/onepassword.py

* Load raw data JSON data for easier use in Ansible

* Put OnePass class back inside lookup plugin

There is no good place for sharing code across lookups currently.

* Remove debugging code in unit tests

* Patche proper module in raw unit tests

* Add changelog entry

Co-authored-by: Scott Buchanan <sbuchanan@ri.pn>
8 years ago
..
action create module tmpdir based on remote_tmp (#39833) 8 years ago
cache Disable abstract-class-instantiated for smoketests 9 years ago
callback remove extra fields from debug output 8 years ago
cliconf Adding slx_command module and supporting module_utils. (#38235) 8 years ago
connection Pull persistent connection parameters via get_option (#39367) 8 years ago
filter Rekey on member (#33836) 8 years ago
inventory Reduce recursion within group methods 8 years ago
loader_fixtures Don't cache duplicate plugin names (#34420) 8 years ago
lookup 1Password lookup plugin (#37207) 8 years ago
shell Add empty-init code-smell script. (#18406) 9 years ago
strategy Cache tasks as they are queued instead of en masse (#34752) 8 years ago
terminal Adding slx_command module and supporting module_utils. (#38235) 8 years ago
vars Add empty-init code-smell script. (#18406) 9 years ago
__init__.py Add empty-init code-smell script. (#18406) 9 years ago
test_plugins.py Don't cache duplicate plugin names (#34420) 8 years ago