community.general/lib/ansible/plugins/netconf
Peter Sprygada b4fa68555d adds support for using connection=netconf (#33400)
* adds support for using connection=netconf

This change updates the module to provide support for using
connection=netconf instead of connection=local.  If connection=netconf
is used, then the various connection arguments will be silently ignored.

* adds netconf plugin default

This adds a default implementation for netconf plugins if the network_os
is not specified.  The default plugin will implement only the standard
netconf rpcs

* fix up pep8 issues
2018-01-24 21:48:41 +05:30
..
__init__.py adds support for using connection=netconf (#33400) 2018-01-24 21:48:41 +05:30
default.py adds support for using connection=netconf (#33400) 2018-01-24 21:48:41 +05:30
iosxr.py refactor iosxr_system for cliconf and netconf (#34749) 2018-01-17 07:29:28 -07:00
junos.py fixes guess_os for netconf connections (#33671) 2017-12-07 20:17:41 +05:30