amnesh.soodar.soodar cliconf – Use soodar cliconf to run command on Amnesh Soodar platform

Note

This cliconf plugin is part of the amnesh.soodar collection (version 2.0.0).

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 https://soodar.ir/ansible/amnesh.soodar.tar.gz.

To use it in a playbook, specify: amnesh.soodar.soodar.

Synopsis

  • This soodar plugin provides low level abstraction apis for sending and receiving CLI commands from Amnesh Soodar network devices.

Parameters

Parameter

Comments

config_commands

list / elements=string

Specifies a list of commands that can make configuration changes to the target device.

When `ansible_network_single_user_mode` is enabled, if a command sent to the device is present in this list, the existing cache is invalidated.

Default: []

Configuration:

  • Variable: ansible_soodar_config_commands

Authors

  • Ansible Networking Team