dellemc.sfs.sfs_virtual_network (0.0.2) — module

Configure virtual network 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 virtual network configuration.

Inputs

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

vxlanvni:
    description:
    - Configures the the virtual network VNI value.
    required: false
    type: int

vltvlanid:
    description:
    - Configures the the virtual network VLT VLAN ID value.
    required: false
    type: int

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

address_family:
    description:
    - Configures virtual network address family.
    required: false
    type: str

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

ip_address_list:
    description:
    - Configures list of virtual network IPv4 addresses.
    required: false
    type: list

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

gateway_mac_address:
    description:
    - Configures virtual network gateway MAC address.
    required: false
    type: str

virtual_network_name:
    description:
    - Configures the SFS virtual network name.
    required: false
    type: str

virtual_network_type:
    description:
    - Configures the virtual network type.
    required: false
    type: str

virtual_network_description:
    description:
    - Configures the SFS virtual network description.
    required: false
    type: str