ansible/lib/ansible/plugins/netconf
Ganesh Nalawade 1cfab26fab
Fix netconf plugin related to collections (#65718)
* 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
2019-12-20 12:25:59 +05:30
..
__init__.py Fix netconf plugin related to collections (#65718) 2019-12-20 12:25:59 +05:30
ce.py Fix netconf plugin related to collections (#65718) 2019-12-20 12:25:59 +05:30
default.py Fix netconf plugin related to collections (#65718) 2019-12-20 12:25:59 +05:30
iosxr.py Fix netconf plugin related to collections (#65718) 2019-12-20 12:25:59 +05:30
junos.py Fix netconf plugin related to collections (#65718) 2019-12-20 12:25:59 +05:30
sros.py Fix netconf plugin related to collections (#65718) 2019-12-20 12:25:59 +05:30