Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 3.0.0 User’s Guide
- Overview
- Getting Started
- Modules for iDRAC
- How OpenManage Ansible Modules work with iDRAC
- Running your first iDRAC Playbook
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server administration tasks
- Storage controller
- Modules for OpenManage Enterprise (OME)
- Modules for Redfish APIs
- Deprecated modules
- Deprecated iDRAC modules
- Install firmware
- View Lifecycle Controller status
- Export or Import Server Configuration Profile
- Configure time zone and NTP on iDRAC
- Configure iDRAC network
- Configure BIOS
- Configure iDRAC users
- Configure RAID
- Configure syslog
- Boot to a network ISO image
- Reset iDRAC
- View Lifecycle controller job status
- Export LC logs
- Delete LC job
- Delete LC job queue
- Deprecated OpenManage Enterprise (OME) modules
- Deprecated iDRAC modules
- Accessing documents from the Dell EMC support site
Create, modify, or delete a VLAN
Module: ome_network_vlan
Synopsis
This module allows to:
● Create a VLAN on OpenManage Enteprise.
● Modify or delete an existing VLAN on OpenManage Enterprise.
Options
Table 60. ome_network_vlan
Parameters Required Default Choices Comments
hostname True NA NA Target IP Address or
hostname
username True NA NA Target username
password True NA NA Target user password
port False 443 NA Target HTTPS port
state True present present and absent
● C(present) creates
a new VLAN or
modifies an existing
VLAN.
● C(absent) deletes
an existing VLAN.
● Deleting a VLAN
can impact
the network
infrastructure.
name True NA NA Provide the I(name)
of the VLAN to be
created, deleted, or
modified.
new_name False NA NA Provide the I(name)
of the VLAN to be
modified.
description False NA NA Provide a short
description of the
VLAN to be created or
modified.
vlan_minimum False NA NA The minimum value of
the VLAN range.
vlan_maximum False NA NA
● The maximum value
of the VLAN range.
● A single value
VLAN is created if
the vlan_maximum
and vlan_minmum
values are the same.
type False NA General Purpose
(Bronze), General
Purpose (Silver),
General Purpose
(Gold), General
Purpose (Platinum),
Cluster Interconnect,
● Types of the
supported VLAN
networks.
● For the description
of each network
type, use API
U(https://
100 Modules for OpenManage Enterprise (OME)