community.network.ce netconf – Use ce netconf plugin to run netconf commands on Huawei Cloudengine platform

Note

This netconf plugin is part of the community.network collection (version 5.1.0).

You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install community.network.

To use it in a playbook, specify: community.network.ce.

Note

The community.network collection has been deprecated and will be removed from Ansible 12. See the discussion thread for more information.

DEPRECATED

Removed in:

version 6.0.0

Why:

This collection and all content in it is unmaintained and deprecated.

Alternative:

Unknown.

Synopsis

  • This ce plugin provides low level abstraction apis for sending and receiving netconf commands from Huawei Cloudengine network devices.

Parameters

Parameter

Comments

ncclient_device_handler

string

Specifies the ncclient device handler name for Huawei Cloudengine. To identify the ncclient device handler name refer ncclient library documentation.

Default: "huawei"

Status

  • This netconf will be removed in version 6.0.0. [deprecated]

  • For more information see DEPRECATED.

Authors

  • Unknown

Hint

Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up.