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
"SubDeviceID": null,
"SubVendorID": null,
"Updateable": "true",
"VendorID": null,
"VersionString": "00.1D.7D",
"impactsTPMmeasurements": "false"
}
]
}
Example
- name: Get Installed Firmware Inventory
dellemc.openmanage.dellemc_get_firmware_inventory:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_password: "user_password"
View the system inventory
Module: dellemc_get_system_inventory
Synopsis
System inventory provides basic and component level detailed inventory information. You can run this module when you want to
verify the asset, configured state, inventory, and health-related information for the system and its component.
Check_mode support: No
Options
Table 64. dellemc_get_system_inventory
Parameter/aliases Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
idrac_password/
idrac_pwd
Yes NA NA iDRAC user password
idrac_port No 443 NA iDRAC port
Return Values
ansible_facts:
description: Displays the Dell EMC PowerEdge Server System Inventory.
returned: success
type: complex
sample: {
"SystemInventory": {
"BIOS": [
{
"BIOSReleaseDate": "10/19/2017",
"FQDD": "BIOS.Setup.1-1",
"InstanceID": "DCIM:INSTALLED#741__BIOS.Setup.00",
"Key": "DCIM:INSTALLED#741__BIOS.Setup.00",
"SMBIOSPresent": "True",
"VersionString": "1.2.11"
}
],
"CPU": [
{
"CPUFamily": "Intel(R) Xeon(TM)",
"Characteristics": "64-bit capable",
"CurrentClockSpeed": "2.3 GHz",
"DeviceDescription": "CPU 1",
"ExecuteDisabledCapable": "Yes",
}
182
Deprecated modules