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: Update the firmware from a single executable file available in a HTTP protocol
redfish_firmware:
baseuri: "192.168.0.1"
username: "user_name"
password: "user_password"
image_uri: "http://192.168.0.2/firmware_repo/component.exe"
transfer_protocol: "HTTP"
- name: Update the firmware from a single executable file available in a local path
redfish_firmware:
baseuri: "192.168.0.1"
username: "user_name"
password: "user_password"
image_uri: "/home/firmware_repo/component.exe"
Manage storage volume configuration
Module: redfish_storage_volume
Synopsis
This module allows to create, modify, initialize, or delete a single storage volume.
Options
Table 66. redfish_storage_volume
Parameter Required Default Choices Comments
baseuri True NA NA IP address of the
target out-of-band
controller. For example-
<ipaddress>:<port>
username True NA NA Username of the target
out-of-band controller.
password True NA NA Password of the target
out-of-band controller.
controller_id False NA NA
● Fully Qualified Device
Descriptor (FQDD) of
the storage controller.
● For example-
RAID.Slot.1-1.
● This option is
mandatory when
I(state) is C(present)
when creating a
volume.
volume_id False NA NA
● FQDD of existing
volume.
● For example-
Disk.Virtual.4:RAID.Slo
t.1-1.
● This option is
mandatory in the
following scenarios-:
○ I(state) is
C(present), when
updating a volume.
116 Modules for Redfish APIs