community.general/lib/ansible/plugins/netconf
Ganesh Nalawade 88b966e23b
Fix junos_config confirm commit issue (#41527)
* Fix junos_config confirm commit issue

Fixes #40626

* Due to issue in ncclient commit() method for Juniper
  device (ncclient/ncclient#238)
  add a workaround in junos netconf plugin to generate proper
  commit-configuration xml and execute it using ncclient
  generic `rpc()` method.

* Update junos_config doc
2018-06-29 15:09:55 +05:30
..
__init__.py New ansible module netconf_rpc (#40358) 2018-05-24 15:25:02 +05:30
ce.py Add cli and netconf ability from ansible itself for cloudengine ce modules (#41357) 2018-06-14 09:38:27 +05:30
default.py Add netconf_get module (#39869) 2018-05-17 17:38:12 +05:30
iosxr.py Netconf bytes fixes (#41607) 2018-06-22 11:50:44 -04:00
junos.py Fix junos_config confirm commit issue (#41527) 2018-06-29 15:09:55 +05:30
sros.py Add NETCONF support for SROS devices (#40330) 2018-05-24 15:44:39 +05:30