Users Guide

Table Of Contents
country: "US"
email: "support@dell.com"
- name: Upload the certificate
dellemc.openmanage.ome_application_certificate:
hostname: "192.168.0.1"
username: "username"
password: "password"
command: "upload"
upload_file: "/path/certificate.cer"
Manage network configuration
The following tasks allow to manage a network on OpenManage Enterprise:
Create a VLAN
View information about a VLAN
Port partitioning and port break out
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 49. 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.
Modules for OpenManage Enterprise (OME) 125