Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 3.0.0 User’s Guide
- 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)
- Modules for Redfish APIs
- Deprecated modules
- Deprecated iDRAC modules
- Install firmware
- View Lifecycle Controller status
- Export or Import Server Configuration Profile
- Configure time zone and NTP on iDRAC
- Configure iDRAC network
- Configure BIOS
- Configure iDRAC users
- Configure RAID
- Configure syslog
- Boot to a network ISO image
- Reset iDRAC
- View Lifecycle controller job status
- Export LC logs
- Delete LC job
- Delete LC job queue
- Deprecated OpenManage Enterprise (OME) modules
- Deprecated iDRAC modules
- Accessing documents from the Dell EMC support site
Table 101. Return Values
Name Description Returned Type Sample
LC Job
Queue
Deletes the LC job
queue
Success String
https://github.com/dell/dellemc-openmanage-
ansible-modules/blob/devel/output/deprecated/
dellemc_delete_lc_job_queue.md
Example
-name: Delete LC Job Queue
dellemc_delete_lc_job_queue:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_password:"xxxxx"
idrac_port: "xxx"
Deprecated OpenManage Enterprise (OME) modules
View device information
This module is deprecated and replaced with ome_device_info.
Module: dellemc_ome_device_facts
Synopsis
This module retrieves the list of all devices with the exhaustive inventory of each device discovered using OpenManage
Enterprise.
Options
Table 102. dellemc_ome_device_facts
Parameter Required Default Choices Comments
hostname Yes NA NA
Target IP Address or
hostname
username Yes NA NA Target username
password Yes NA NA Target user password
port No 443 NA Target device HTTPS port
fact_subset No
basic_inventor
y
● basic_inventory
● detailed_inventory
● subsystem_health
● C(basic_inventory)
returns the list of the
devices.
● C(detailed_inventory)
returns the inventory
details of specified
devices.
● C(subsystem_health)
returns the health
status of specified
devices.
system_query_options No NA
● device_id: A list of unique identifier is
applicable for C(detailed_inventory) and
C(subsystem_health).
● device_service_tag: A list of
service tags is applicable
for C(detailed_inventory) and
C(subsystem_health).
I(system_query_options)
is applicable for
the choices of
the fact_subset.
Either I(device_id)
or I(device_service_tag)
is mandatory for
C(detailed_inventory) and
148 Deprecated modules