E325 Removal - Part II (#49196)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2018-11-28 13:55:52 +05:30
committed by GitHub
parent 991a9dfa12
commit bc3e7bbeba
109 changed files with 208 additions and 179 deletions

View File

@@ -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 = """

View File

@@ -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

View File

@@ -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:

View File

@@ -34,6 +34,7 @@ options:
default: true
description:
- Should https certificates be validated?
type: bool
ssid:
required: true
description:

View File

@@ -37,6 +37,7 @@ options:
default: true
description:
- Should https certificates be validated?
type: bool
ssid:
required: true
description:

View File

@@ -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.

View File

@@ -41,6 +41,7 @@ options:
default: true
description:
- Should https certificates be validated?
type: bool
ssid:
description:
- storage array ID

View File

@@ -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)
'''