dellemc.sfs.sfs_acl (0.0.2) — module

Configure ACL 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 ACL configuration.

Inputs

    
name:
    description:
    - Name of the ACL.
    required: false
    type: str

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

description_string:
    description:
    - Description of the ACL.
    required: false
    type: str