dellemc.sfs.sfs_uplink (0.0.2) — module

Configure uplinks 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 uplinks.

Inputs

    
Node:
    description:
    - Configures the device service tag.
    required: false
    type: str

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

lag_type:
    description:
    - Configures the LAG type.
    required: false
    type: str

uplink_id:
    description:
    - Configures the SFS uplink identification as a unique ID.
    required: false
    type: str

media_type:
    description:
    - Configures the the media type as a string (default Ethernet).
    required: false
    type: str

native_vlan:
    description:
    - Configures the native VLAN.
    required: false
    type: int

uplink_name:
    description:
    - Configures the SFS uplink name.
    required: false
    type: str

uplink_type:
    description:
    - Configures the uplink type.
    required: false
    type: str

ingress_ipacl:
    description:
    - Configures the ingress IP ACL.
    required: false
    type: str

tagged_networks:
    description:
    - Configures the tagged networks list.
    required: false
    type: list

untagged_network:
    description:
    - Configures the untagged network.
    required: false
    type: str

uplink_description:
    description:
    - Configures the uplink description.
    required: false
    type: str

configuration_interfaces:
    description:
    - Configures the interface list.
    required: false
    type: list