Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 4.0.0 User’s Guide
- Contents
- 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)
- How OpenManage Ansible Modules work with OME
- Running your first OME Playbook
- Manage Devices
- Manage device configuration templates
- Template Service
- Manage the device firmware
- Manage jobs
- Manage users
- Manage identity pool
- Manage application settings
- Manage network configuration
- Manage fabrics
- Manage Profiles
- Device discovery
- Manage Chassis
- Manage Active Directory service and user groups
- Diagnostics
- Modules for Redfish APIs
- Deprecated modules
Examples
- name: Update the firmware from a single executable file available in a HTTP protocol
dellemc.openmanage.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
dellemc.openmanage.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 61. 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.
174 Modules for Redfish APIs