dellemc.sfs.sfs_network (0.0.2) — module

Configure VLANs protocol, VXLAN, L3_ROUTED, and L3 settings on a 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 network configuration.

Inputs

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

vlan_max:
    description:
    - Configures the VLAN tag end value; vlan_min and vlan_max shall be the same in case
      of single tag VLAN.
    required: false
    type: int

vlan_min:
    description:
    - Configures the VLAN tag start value; vlan_min and vlan_max shall be the same in
      case of single tag VLAN.
    required: false
    type: int

route_map:
    description:
    - Configures the route map.
    required: false
    type: str

network_id:
    description:
    - Configures the network identification as an unique ID.
    required: false
    type: str

originator:
    description:
    - Configures the network originator.
    required: false
    type: str

network_name:
    description:
    - Configures the name of the network.
    required: false
    type: str

network_type:
    description:
    - Configures the type of the network.
    required: false
    type: str

qos_priority:
    description:
    - Configures the QoS priority setting for the network.
    required: false
    type: str

prefix_length:
    description:
    - Configures the prefix length.
    required: false
    type: int

rack_settings:
    description:
    - Configures the rack information such as Rack ID, address family, preflix lenght,
      and gateway IP address.
    required: false
    type: list

address_family:
    description:
    - Configures the address family as a string.
    required: false
    type: str

helper_address:
    description:
    - Configures the network helper IP address.
    required: false
    type: list

ip_address_list:
    description:
    - Configures the network IP address list.
    required: false
    type: list

virtual_network:
    description:
    - Configures a virtual network.
    required: false
    type: str

gateway_ip_address:
    description:
    - Configures the network gateway IP address.
    required: false
    type: str

network_description:
    description:
    - Configures the network description.
    required: false
    type: str