arubanetworks.aoscx.aoscx_boot_firmware (4.3.2) — module

Boots the AOS-CX switch with image present to the specified partition.

| "added in version" 2.8.0 of arubanetworks.aoscx"

Authors: Aruba Networks (@ArubaNetworks)

preview | supported by certified

Install collection

Install with ansible-galaxy collection install arubanetworks.aoscx:==4.3.2


Add to requirements.yml

  collections:
    - name: arubanetworks.aoscx
      version: 4.3.2

Description

This module boots the AOS-CX switch with the image present to the specified partition.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Boot to primary
  aoscx_boot_firmware:
    partition_name: primary
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Boot to secondary
  aoscx_boot_firmware:
    partition_name: secondary

Inputs

    
partition_name:
    choices:
    - primary
    - secondary
    default: primary
    description: Name of the partition for device to boot to.
    required: false
    type: str