Users Guide
}
]
}
}
Examples
- name: Attach an identity pool to a template.
ome_template_identity_pool:
hostname: "192.168.0.1"
username: "username"
password: "password"
template_name: template_name
identity_pool_name: identity_pool_name
- name: Detach an identity pool from a template.
ome_template_identity_pool:
hostname: "192.168.0.1"
username: "username"
password: "password"
template_name: template_name
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 62. 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.
74 Modules for OpenManage Enterprise (OME)