Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 4.0.0 User’s Guide
- Contents
- 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)
- How OpenManage Ansible Modules work with OME
- Running your first OME Playbook
- Manage Devices
- Manage device configuration templates
- Template Service
- Manage the device firmware
- Manage jobs
- Manage users
- Manage identity pool
- Manage application settings
- Manage network configuration
- Manage fabrics
- Manage Profiles
- Device discovery
- Manage Chassis
- Manage Active Directory service and user groups
- Diagnostics
- Modules for Redfish APIs
- Deprecated modules
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