mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 02:03:09 +00:00
Netconf support is provided using the junos-eznc library and the shared module depends on junos-eznc to be installed on the local Ansible host. This commit also adds changes to the netcfg library to handle receiving messages over netconf. To use netconf, specify transport=netconf for junos module. Be sure that netconf has been enabled on the remote device.