cisco.nxos.nxos (7.0.0) — cliconf

Use NX-OS cliconf to run commands on Cisco NX-OS platform

| "added in version" 1.0.0 of cisco.nxos"

Authors: Ansible Networking Team (@ansible-network)

Install collection

Install with ansible-galaxy collection install cisco.nxos:==7.0.0


Add to requirements.yml

  collections:
    - name: cisco.nxos
      version: 7.0.0

Description

This nxos plugin provides low level abstraction apis for sending and receiving CLI commands from Cisco NX-OS network devices.

Inputs

    
config_commands:
    default: []
    description:
    - 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.
    elements: str
    type: list
    vars:
    - name: ansible_nxos_config_commands
    version_added: 2.0.0
    version_added_collection: cisco.nxos