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
Table 52. ome_smart_fabric (continued)
Parameter Required Default Choices Comments
secondary_switch_ser
vice_tag
False NA NA
● Service tag of the
second switch.
● I(secondary_switch_
service_tag) is
mandatory for fabric
creation.
● I(primary_switch_ser
vice_tag) must
belong to the model
selected in
I(fabric_design).
override_LLDP_config
uration
False NA Enabled, or Disabled
● Enable this
configuration to
allow Fabric
Management
Address to be
included in LLDP
messages.
.
NOTE: OpenManage
Enterprise Modular
1.0 does not support
this option.
NOTE: Some
software networking
solutions require a
single management
address to be
transmitted by all
Ethernet switches to
represent the entire
fabric. Enable this
feature only when
connecting to such a
solution.
Return Values
msg:
type: str
description: Overall status of the fabric operation.
returned: always
sample: "Successfully created the fabric."
fabric_id:
type: str
description: Details of the fabric that is either created or modified.
returned: when I(state=present)
sample: "1312cceb-c3dd-4348-95c1-d8541a17d776"
additional_info:
type: dict
description: Additional details of the fabric operation.
returned: when I(state=present) and additional information present in response.
sample: {
"error": {
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more
information.",
"@Message.ExtendedInfo": [
{
"RelatedProperties": [],
Modules for OpenManage Enterprise (OME)
133