mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
E325 Removal - Part II (#49196)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
991a9dfa12
commit
bc3e7bbeba
109 changed files with 208 additions and 179 deletions
|
@ -38,6 +38,7 @@ options:
|
|||
default: true
|
||||
description:
|
||||
- Should https certificates be validated?
|
||||
type: bool
|
||||
ssid:
|
||||
description:
|
||||
- The ID of the primary storage array for the async mirror action
|
||||
|
@ -58,6 +59,7 @@ options:
|
|||
- Whether to force the role reversal regardless of the online-state of the primary
|
||||
required: no
|
||||
default: no
|
||||
type: bool
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
|
@ -38,6 +38,7 @@ options:
|
|||
default: true
|
||||
description:
|
||||
- Should https certificates be validated?
|
||||
type: bool
|
||||
ssid:
|
||||
description:
|
||||
- The ID of the storage array containing the AMG you wish to target
|
||||
|
|
|
@ -26,6 +26,7 @@ options:
|
|||
default: true
|
||||
description:
|
||||
- Should https certificates be validated?
|
||||
type: bool
|
||||
name:
|
||||
description:
|
||||
- The name of the storage array. Note that if more than one storage array with this name is detected, the task will fail and you'll have to use
|
||||
|
@ -38,6 +39,7 @@ options:
|
|||
set_admin:
|
||||
description:
|
||||
- Boolean value on whether to update the admin password. If set to false then the RO account is updated.
|
||||
type: bool
|
||||
default: False
|
||||
current_password:
|
||||
description:
|
||||
|
|
|
@ -34,6 +34,7 @@ options:
|
|||
default: true
|
||||
description:
|
||||
- Should https certificates be validated?
|
||||
type: bool
|
||||
ssid:
|
||||
required: true
|
||||
description:
|
||||
|
|
|
@ -37,6 +37,7 @@ options:
|
|||
default: true
|
||||
description:
|
||||
- Should https certificates be validated?
|
||||
type: bool
|
||||
ssid:
|
||||
required: true
|
||||
description:
|
||||
|
|
|
@ -38,6 +38,7 @@ options:
|
|||
default: true
|
||||
description:
|
||||
- Should https certificates be validated?
|
||||
type: bool
|
||||
state:
|
||||
description:
|
||||
- Whether to ensure the group is present or absent.
|
||||
|
|
|
@ -41,6 +41,7 @@ options:
|
|||
default: true
|
||||
description:
|
||||
- Should https certificates be validated?
|
||||
type: bool
|
||||
ssid:
|
||||
description:
|
||||
- storage array ID
|
||||
|
|
|
@ -57,6 +57,7 @@ options:
|
|||
criteria_drive_require_fde:
|
||||
description:
|
||||
- Whether full disk encryption ability is required for drives to be added to the storage pool
|
||||
type: bool
|
||||
raid_level:
|
||||
required: true
|
||||
choices: ['raidAll', 'raid0', 'raid1', 'raid3', 'raid5', 'raid6', 'raidDiskPool']
|
||||
|
@ -81,6 +82,7 @@ options:
|
|||
default: False
|
||||
description:
|
||||
- Prior to removing a storage pool, delete all volumes in the pool.
|
||||
type: bool
|
||||
author: Kevin Hulquest (@hulquest)
|
||||
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue