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
}
Examples
- name: Retrieves baseline based compliance report for specific device IDs.
ome_firmware_baseline_compliance_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
device_ids:
- 11111
- 22222
- name: Retrieves device based compliance report for specific device service Tags.
ome_firmware_baseline_compliance_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
device_service_tags:
- MXL1234
- MXL4567
- name: Retrieves device based compliance report for specific group names.
ome_firmware_baseline_compliance_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
device_group_names:
- "group1"
- "group2"
- name: Retrieves device compliance report for a specific baseline.
ome_firmware_baseline_compliance_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
baseline_name: "baseline_name"
Manage jobs
This section describes the modules using which you can manage job operations.
Following are the tasks for managing jobs:
● View job details
● Manage power state operations
View job details
Module: dellemc_ome_job_facts
Synopsis
This module retrieves job details for a given job ID or the entire job queue.
Options
Table 50. dellemc_ome_job_facts
Parameter Required Default Choices Comments
hostname Yes NA NA
Target IP Address or
hostname
Modules for OpenManage Enterprise (OME) 75