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/plugins
Sam Doran e0346d400f
Add onepassword_doc lookup plugin (#7490)
* Add onepassword_doc lookup plugin

* Switch to a doc fragment

* Add unit test

* Update docs

* Move parameter validation to the OnePass object

This makes it built in for other lookup plugins using this class.

* Use kwargs for OnePass instantiation

There are enough parameters now that using them positionally can result in
odd behavior.

* Update tests

Correct conftest file name so fixtures are discovered and loaded correctly
Move constant so it doesn’t need to be imported
Add a patch since the parameter validation moved to part of the class init

* Use a lookup docs fragment

* Correct plugin description
2023-11-26 20:32:20 +01:00
..
action Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
become
cache Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
callback More docs cleanup (#7552) 2023-11-22 22:45:28 +01:00
connection Fix more typos (#7439) 2023-10-29 18:04:44 +01:00
doc_fragments Add onepassword_doc lookup plugin (#7490) 2023-11-26 20:32:20 +01:00
filter Update from_csv.py docs (#7296) 2023-09-20 22:02:54 +02:00
inventory Add option to proxmox dynamic inventory to exclude nodes (#7461) 2023-11-26 17:23:33 +01:00
lookup Add onepassword_doc lookup plugin (#7490) 2023-11-26 20:32:20 +01:00
module_utils refactor(gitlab modules): remove duplicate gitlab package check (#7486) 2023-11-11 12:20:12 +01:00
modules interfaces_file: filter by address_familiy when updating method (#7612) 2023-11-26 19:34:13 +01:00
test Add test fqdn_valid (#7533) 2023-11-22 09:12:00 +01:00