ansible.builtin.default (v2.9.27) — netconf

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

| "added in version" 2.9 of ansible.builtin"

Authors: Ansible Networking Team

Install Ansible via pip

Install with pip install ansible==2.9.27

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