Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 3.0.0 User’s Guide
- 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)
- Modules for Redfish APIs
- Deprecated modules
- Deprecated iDRAC modules
- Install firmware
- View Lifecycle Controller status
- Export or Import Server Configuration Profile
- Configure time zone and NTP on iDRAC
- Configure iDRAC network
- Configure BIOS
- Configure iDRAC users
- Configure RAID
- Configure syslog
- Boot to a network ISO image
- Reset iDRAC
- View Lifecycle controller job status
- Export LC logs
- Delete LC job
- Delete LC job queue
- Deprecated OpenManage Enterprise (OME) modules
- Deprecated iDRAC modules
- Accessing documents from the Dell EMC support site
Table 63. ome_smart_fabric (continued)
Parameter Required Default Choices Comments
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": [],
"Message": "ABC.",
"MessageArgs": [],
"Severity": "Informational",
"Resolution": "XYZ"
}
]
}
}
Examples
- name: Create a fabric
ome_smart_fabric:
hostname: "{{hostname}}"
username: "{{username}}"
password: "{{password}}"
108
Modules for OpenManage Enterprise (OME)