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
Table 61. 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 175