tpajon.aos.aos (1.0.8) — cliconf

Use aos cliconf to run command on Aruba OS platform

Authors: tpajon

Install collection

Install with ansible-galaxy collection install tpajon.aos:==1.0.8


Add to requirements.yml

  collections:
    - name: tpajon.aos
      version: 1.0.8

Description

This aos plugin provides low level abstraction apis for sending and receiving CLI commands from Aruba 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.
    type: list
    vars:
    - name: ansible_aos_config_commands
    version_added: 2.0.0
    version_added_collection: tpajon.aos