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/netconf
Ganesh Nalawade 2a8ffbc0ed Fix netconf module and plugin issues (#45140)
* Fix netconf netconf issues

*  Identifier is optional for get_schema api
*  Fix dispatch api mandatory argument check
*  Add save option handling to copy config from target datastore
   to startup datastore if supported
*  Validate config in check-mode or if validate option set to true

* Copy config if check-mode is not enabled

(cherry picked from commit 455dfbe732)
7 years ago
..
__init__.py Fix netconf module and plugin issues (#45140) 7 years ago
ce.py Update netconf_config module (#44379) 7 years ago
default.py Add netconf_get module (#39869) 8 years ago
iosxr.py Fix netconf_config module default_operation issue (#44958) 7 years ago
junos.py Update netconf_config module (#44379) 7 years ago
sros.py Update netconf_config module (#44379) 7 years ago