ansible.netcommon.default (6.1.0) — netconf

Use default netconf plugin to run standard netconf commands as per RFC

| "added in version" 1.0.0 of ansible.netcommon"

Authors: Ansible Networking Team (@ansible-network)

Install collection

Install with ansible-galaxy collection install ansible.netcommon:==6.1.0


Add to requirements.yml

  collections:
    - name: ansible.netcommon
      version: 6.1.0

Description

This default plugin provides low level abstraction apis for sending and receiving netconf commands as per Netconf RFC specification.

Inputs

    
ncclient_device_handler:
    default: default
    description:
    - Specifies the ncclient device handler name for network os that support default netconf
      implementation as per Netconf RFC specification. To identify the ncclient device
      handler name refer ncclient library documentation.
    type: str