1cfab26fab
* Fix netconf plugin related to collections Fixes #65655 (partly) * Make netconf plugins configurable so that the information of ncclient device handler for give platform resides in the platform specific netconf plugin. * If the device handler value in ncclient is different from the ansible_network_os value the right value of `ncclient_device_handler` should be set in the plugin documentation. * Fix review comments * Fix CI issue * Fix review comment
1.1 KiB
1.1 KiB
Working With Plugins
Plugins are pieces of code that augment Ansible's core functionality. Ansible uses a plugin architecture to enable a rich, flexible and expandable feature set.
Ansible ships with a number of handy plugins, and you can easily write your own.
This section covers the various types of plugins that are included with Ansible:
action become cache callback cliconf connection httpapi inventory lookup netconf shell strategy vars ../user_guide/playbooks_filters ../user_guide/playbooks_tests ../user_guide/plugin_filtering_config
about_playbooks
-
An introduction to playbooks
ansible_configuration_settings
-
Ansible configuration documentation and settings
command_line_tools
-
Ansible tools, description and options
- User Mailing List
-
Have a question? Stop by the google group!
- irc.freenode.net
-
#ansible IRC chat channel