Users Guide
Server Inventory
This section describes the process of retrieving the server inventory of the PowerEdge Servers using Ansible Modules.
Viewing the System Inventory
Module: dellemc_get_system_inventory
Synopsis
System inventory provides basic as well as component level detailed inventory information. You can run this module when you want to
verify the asset, congured state, inventory, and health-related information for the system and its component.
Options
Table 31. dellemc_get_system_inventory
Parameter Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
idrac_pwd Yes NA NA iDRAC user password
idrac_port No 443 NA iDRAC port
Table 32. Return Values
Name Description Returned Type Sample
System
Inventory
Displays the PowerEdge Server
System Inventory
Success String
https://github.com/dell/Dell-EMC-Ansible-Modules-
for-iDRAC
Example
-name: Get System Inventory
dellemc_get_system_inventory:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
6
32 Server Inventory