Users Guide
"Severity": "Critical"
}],
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more information."
}}
'''
Examples
- name: Add tagged or untagged vLANs to a template using vLAN ID and name.
ome_template_network_vlan:
hostname: "192.168.0.1"
username: "username"
password: "password"
template_id: 78
nic_identifier: NIC Slot 4
untagged_networks:
- port: 1
untagged_network_id: 127656
- port: 2
untagged_network_name: vlan2
tagged_networks:
- port: 1
tagged_network_ids:
- 12767
- 12768
- port: 4
tagged_network_ids:
- 12767
- 12768
tagged_network_names:
- vlan3
- port: 2
tagged_network_names:
- vlan4
- vlan1
- name: Clear the tagged and untagged vLANs from a template.
ome_template_network_vlan:
hostname: "192.168.0.1"
username: "username"
password: "password"
template_id: 78
nic_identifier: NIC Slot 4
untagged_networks:
- port: 1
untagged_network_id: 0
- port: 2
untagged_network_name: 0
tagged_networks:
- port: 1
tagged_network_ids: []
- port: 4
tagged_network_ids: []
tagged_network_names: []
- port: 2
tagged_network_names: []
Manage the device firmware
This section describes the following firmware processes that can be carried out on the devices managed by OME, using OpenManage
Ansible Modules-
• Update device firmware.
• Create a firmware catalog.
• Create a firmware baseline.
• Retrieve the list and details of all the baselines.
• Retrieve baseline compliance details.
76
Modules for OpenManage Enterprise (OME)