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/plugins
Sloane Hertel 86b86398f0
add ansible_name/ansible_aliases attrs to plugin objects (#78700)
*  new _fqcn attribute to plugin objects
* unbreak plugins in subdirs
* Fix inadventent changes to _load_name and use existing vars
* add plugin aliases and name property, and replace plugin._load_name where incorrect
* Fix listing plugin names

Fix listing legacy and builtin together
test deprecated plugin documentation
fix doc extensions
remove sometimes inaccurate _load_name handling from plugin.name

* Add tests for REJECT_EXTS and doc extensions

Fix unpredictable collection redirects so non-fqcns in the redirect list are guaranteed to be legacy (instead of determined by the collections keyword)

Move aliases and name properties to _update_object so all plugin types, including doc fragments, can use them

* make legacy plugin names internally consistent
* rename attributes to ansible_name and ansible_aliases
2 years ago
..
action add ansible_name/ansible_aliases attrs to plugin objects (#78700) 2 years ago
become documentation: become plugins: correct pluralization in description (#78196) 2 years ago
cache Ensure atomic writes for cache file (#78208) 2 years ago
callback refactor and fixes for doc parsing (#77719) 2 years ago
cliconf fix missing single quotes in sample code (#78056) 2 years ago
connection Documented connection parameters required to enable scp (OpenSSH >=9.0) (#78745) 2 years ago
doc_fragments Module/plugin docs: (#78380) 2 years ago
filter Document some more filters (#78548) 2 years ago
httpapi Update documentation of httpapi's handle_httperror method for clarity (#70991) 4 years ago
inventory Support for Python 3.11+ tomllib for inventory (#77435) 2 years ago
lookup uri: added use_netrc argument to allow ignoring netrc (#74397) (#78569) 2 years ago
netconf Misc typo fixes in plugins directory (#76566) 2 years ago
shell shell plugins give out user friendly type error (#77983) 2 years ago
strategy Print skip reason for skipped meta tasks instead of an empty msg in -vv (#78681) 2 years ago
terminal Type hint fixes. 2 years ago
test Fix test docs (#78756) 2 years ago
vars Fix vars plugin code and documentation mismatch (#78562) 2 years ago
__init__.py add ansible_name/ansible_aliases attrs to plugin objects (#78700) 2 years ago
list.py add ansible_name/ansible_aliases attrs to plugin objects (#78700) 2 years ago
loader.py add ansible_name/ansible_aliases attrs to plugin objects (#78700) 2 years ago