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
Set tagged and untagged VLANs in a template
ome_template_network_vlan
Synopsis
This module lets you select tagged and untagged VLANs to be used in the OpenManage Enterprise template.
Options
Table 31. ome_template_network_vlan
Parameter 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
template_name False NA NA
● Name of the template
● It is mutually exclusive with
I(template_id).
template_id False NA NA
● ID of the template
● It is mutually exclusive with
I(template_name).
nic_identifier True NA NA Display name of the NIC port in the template
for VLAN configuration.
untagged_networks False NA NA List of untagged networks and their
corresponding NIC ports.
Suboptions-
● port- NIC port number of the untagged
VLAN
● untagged_network_id-
○ ID of the untagged VLAN
○ Enter 0 to clear the untagged VLAN
from the port.
○ This option is mutually exclusive with
I(untagged_network_name).
○ To get the VLAN network ID use
the API U( https://I(hostname)/api/
NetworkConfigurationService/
Networks)
● untagged_network_name-
○ Name of the untagged VLAN
○ Enter 0 to clear the untagged VLAN
from the port.
○ This option is mutually exclusive with
I(untagged_network_id).
tagged_networks False NA NA List of tagged VLANs and their
corresponding NIC ports.
Suboptions-
● port- NIC port number of the tagged
VLAN
● tagged_network_ids-
○ List of IDs of the tagged VLANs
○ Enter [] to remove the tagged VLAN
from a port.
76 Modules for OpenManage Enterprise (OME)