dellemc.openmanage.dellemc_get_system_inventory (2.1.5) — module

Get the PowerEdge Server System Inventory.

| "added in version" 2.3.0 of dellemc.openmanage"

Authors: Rajeev Arakkal (@rajeevarakkal)

preview | supported by community

Install collection

Install with ansible-galaxy collection install dellemc.openmanage:==2.1.5


Add to requirements.yml

  collections:
    - name: dellemc.openmanage
      version: 2.1.5

Description

Get the PowerEdge Server System Inventory.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
---
- name: Get System Inventory
  dellemc.openmanage.dellemc_get_system_inventory:
    idrac_ip: "xx.xx.xx.xx"
    idrac_user: "xxxx"
    idrac_password: "xxxxxxxx"

Inputs

    
idrac_ip:
    description: iDRAC IP Address.
    required: true
    type: str

idrac_port:
    default: 443
    description: iDRAC port.
    required: false
    type: int

idrac_user:
    description: iDRAC username.
    required: true
    type: str

idrac_password:
    aliases:
    - idrac_pwd
    description: iDRAC user password.
    required: true
    type: str