dellemc.sfs.sfs_fabric_replace (0.0.2) — module

Configure node replace on Dell SmartFabric Services.

Authors: Ranjith Sunkesula <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 for switch replacement in the fabric.

Inputs

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

new_service_tag:
    description:
    - Configures the service tag of the new switch.
    required: false
    type: str

old_service_tag:
    description:
    - Configures the valid service tag of the switch that needs to be replaced.
    required: false
    type: str