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
commit bc3e7bbeba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)
'''