dellemc.sfs.sfs_setup (0.0.2) — module

Configure L3 Fabric on Dell SmartFabric services.

Authors: Kalaivani Baskaran <kalaivani_baskaran_b@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 manage L3 fabric.

Inputs

    
role:
    description:
    - Configures the role.
    required: false
    type: str

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

icl_ports:
    description:
    - Configures the VLTi ports.
    required: false
    type: list

service_enable:
    description:
    - Enables SmartFabric Services mode.
    required: false
    type: bool