dellemc.openmanage.dellemc_get_system_inventory – Get the PowerEdge Server System Inventory
Note
This plugin is part of the dellemc.openmanage collection (version 3.0.0).
To install it use: ansible-galaxy collection install dellemc.openmanage
.
To use it in a playbook, specify: dellemc.openmanage.dellemc_get_system_inventory
.
New in version 1.0.0: of dellemc.openmanage
DEPRECATED
- Removed in
-
major release after 2023-01-15
- Why
-
Replaced with dellemc.openmanage.idrac_system_info.
- Alternative
-
Use dellemc.openmanage.idrac_system_info instead.
Synopsis
- Get the PowerEdge Server System Inventory.
Requirements
The below requirements are needed on the host that executes this module.
- omsdk
- python >= 2.7.5
Parameters
Parameter | Choices/Defaults | Comments |
---|---|---|
idrac_ip string / required | iDRAC IP Address. | |
idrac_password string / required | iDRAC user password. aliases: idrac_pwd | |
idrac_port integer | Default: 443 | iDRAC port. |
idrac_user string / required | iDRAC username. |
Notes
Note
- Run this module from a system that has direct access to DellEMC iDRAC.
- This module supports
check_mode
.
Examples
--- - name: Get System Inventory dellemc.openmanage.dellemc_get_system_inventory: idrac_ip: "192.168.0.1" idrac_user: "user_name" idrac_password: "user_password"
Status
- This module will be removed in a major release after 2023-01-15. [deprecated]
- For more information see DEPRECATED.
Authors
- Rajeev Arakkal (@rajeevarakkal)
© 2012–2018 Michael DeHaan
© 2018–2021 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.11/collections/dellemc/openmanage/dellemc_get_system_inventory_module.html