dellemc.sfs.sfs_prefix_list (0.0.2) — module

Configure Prefixlist 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 to manage prefix list.

Inputs

    
name:
    description:
    - Configures the name of the prefix list.
    required: false
    type: str

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

description_string:
    description:
    - Configures the description of the prefix list.
    required: false
    type: str