dellemc.sfs.sfs_image_upgrades (0.0.2) — module

Upgrades or installs software image on Dell SmartFabric Services.

Authors: Ranjith.S <ranjith.senkesula@Dellteam.com>

Install collection

Install with ansible-galaxy collection install dellemc.sfs:==0.0.2


Add to requirements.yml

  collections:
    - name: dellemc.sfs
      version: 0.0.2

Description

This module is used to upgrade or install the software image on switches.

Inputs

    
nodes:
    description:
    - Node details.
    required: false
    type: str

state:
    default: present
    description:
    - The state the configuration should be left in.
    required: false
    type: str

protocol:
    description:
    - Protocol for connection.
    required: false
    type: str

image_url:
    description:
    - URL path to the OS10 image file.
    required: false
    type: str

image_type:
    description:
    - Type of the OS10 image.
    required: false
    type: str

reboot_strategy:
    description:
    - Reboot strategy for image upgrade.
    required: false
    type: str

download_parallel:
    description:
    - Downloads the image parallelly on the switches during upgrade.
    required: false
    type: bool