Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 1.0 User’s Guide
- Tables
- Overview
- Getting Started
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying Operating System
- Server Inventory
- Server Administration Tasks
- Troubleshooting
- Accessing support content from the Dell EMC support site
Server Inventory
This section describes the process of retrieving the server inventory of the PowerEdge Servers using Ansible Modules.
Topics:
• Viewing the System Inventory
Viewing the System Inventory
About this task
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, configured 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
Server Inventory 31