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 66. redfish_storage_volume (continued)
Parameter Required Default Choices Comments
○ I(state) is
C(absent), when
deleting a volume.
○ I(command) is
C(initialize), when
initializing a
volume.
state False NA Present, or absent.
● C(present) creates
a storage volume
for a specified I
(controller_id), or
modifies the storage
volume for a specified
I (volume_id).
NOTE:
Modification of an
existing volume
depends on drive
and controller
capabilities.
● C(absent) deletes the
volume for a specified
I(volume_id).
command False NA Initialize C(initialize) initializes an
existing storage volume
for a specified I
(volume_id).
volume_type False NA NonRedundant,
Mirrored,StripedWithParity,
SpannedMirrors, or
SpannedStripesWithParity.
One of the following
volume types must be
selected to create a
volume-
● C(Mirrored) The
volume is a mirrored
device.
● C(NonRedundant) The
volume is a non-
redundant storage
device.
●
C(SpannedMirrors)
The volume is a
spanned set of
mirrored devices.
● C(SpannedStripesWith
Parity) The volume is
a spanned set of
devices which uses
parity to retain
redundant information.
● C(StripedWithParity)
The volume is a device
which uses parity
to retain redundant
information.
name
False NA NA
● Name of the volume
to be created.
● Only applicable when
I(state) is C(present).
Modules for Redfish APIs 117