mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
IBM_Storage: docs and author changes as requested by Ansible team (#48158)
This commit is contained in:
parent
f728f2bff0
commit
adce695aba
6 changed files with 17 additions and 17 deletions
|
@ -17,11 +17,11 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ibm_sa_domain
|
||||
short_description: Manages domains in IBM Spectrum Accelerate storage systems.
|
||||
short_description: Manages domains on IBM Spectrum Accelerate Family storage systems
|
||||
version_added: "2.8"
|
||||
|
||||
description:
|
||||
- "This module can be used to adds domains to or removes them from IBM Spectrum Accelerate storage systems"
|
||||
- "This module can be used to add domains to or removes them from IBM Spectrum Accelerate Family storage systems."
|
||||
|
||||
options:
|
||||
domain:
|
||||
|
|
|
@ -16,11 +16,11 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ibm_sa_host
|
||||
short_description: Adds hosts to or removes them from IBM Spectrum Accelerate storage systems.
|
||||
short_description: Adds hosts to or removes them from IBM Spectrum Accelerate Family storage systems.
|
||||
version_added: "2.7"
|
||||
|
||||
description:
|
||||
- "This module adds hosts to or removes them from IBM Spectrum Accelerate storage systems."
|
||||
- "This module adds hosts to or removes them from IBM Spectrum Accelerate Family storage systems."
|
||||
|
||||
options:
|
||||
host:
|
||||
|
@ -58,7 +58,7 @@ extends_documentation_fragment:
|
|||
- ibm_storage
|
||||
|
||||
author:
|
||||
- Tzur Eliyahu (tzure@il.ibm.com)
|
||||
- Tzur Eliyahu (@tzure)
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -16,12 +16,12 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ibm_sa_host_ports
|
||||
short_description: Add host ports on an IBM Spectrum Accelerate storage array.
|
||||
short_description: Add host ports on IBM Spectrum Accelerate Family storage systems.
|
||||
version_added: "2.8"
|
||||
|
||||
description:
|
||||
- "This module adds ports to or removes them from the hosts
|
||||
on IBM Spectrum Accelerate storage systems."
|
||||
on IBM Spectrum Accelerate Family storage systems."
|
||||
|
||||
options:
|
||||
host:
|
||||
|
@ -51,7 +51,7 @@ extends_documentation_fragment:
|
|||
- ibm_storage
|
||||
|
||||
author:
|
||||
- Tzur Eliyahu (tzure@il.ibm.com)
|
||||
- Tzur Eliyahu (@tzure)
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -16,11 +16,11 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ibm_sa_pool
|
||||
short_description: Handles pools on an IBM Spectrum Accelerate storage array.
|
||||
short_description: Handles pools on IBM Spectrum Accelerate Family storage systems.
|
||||
version_added: "2.7"
|
||||
|
||||
description:
|
||||
- "This module creates or deletes pools to be used on IBM Spectrum Accelerate storage systems."
|
||||
- "This module creates or deletes pools to be used on IBM Spectrum Accelerate Family storage systems"
|
||||
|
||||
options:
|
||||
pool:
|
||||
|
@ -54,7 +54,7 @@ extends_documentation_fragment:
|
|||
- ibm_storage
|
||||
|
||||
author:
|
||||
- Tzur Eliyahu (tzure@il.ibm.com)
|
||||
- Tzur Eliyahu (@tzure)
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -16,11 +16,11 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ibm_sa_vol
|
||||
short_description: Handle volumes on an IBM Spectrum Accelerate storage array
|
||||
short_description: Handle volumes on IBM Spectrum Accelerate Family storage systems.
|
||||
version_added: "2.7"
|
||||
|
||||
description:
|
||||
- "This module creates or deletes volumes to be used on IBM Spectrum Accelerate storage systems."
|
||||
- "This module creates or deletes volumes to be used on IBM Spectrum Accelerate Family storage systems."
|
||||
|
||||
options:
|
||||
vol:
|
||||
|
@ -46,7 +46,7 @@ extends_documentation_fragment:
|
|||
- ibm_storage
|
||||
|
||||
author:
|
||||
- Tzur Eliyahu (tzure@il.ibm.com)
|
||||
- Tzur Eliyahu (@tzure)
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -17,12 +17,12 @@ ANSIBLE_METADATA = {'status': ['preview'],
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ibm_sa_vol_map
|
||||
short_description: Handles volume mapping on an IBM Spectrum Accelerate storage array.
|
||||
short_description: Handles volume mapping on IBM Spectrum Accelerate Family storage systems.
|
||||
version_added: "2.8"
|
||||
|
||||
description:
|
||||
- "This module maps volumes to or unmaps them from the hosts on
|
||||
IBM Spectrum Accelerate storage systems."
|
||||
IBM Spectrum Accelerate Family storage systems."
|
||||
|
||||
options:
|
||||
vol:
|
||||
|
@ -57,7 +57,7 @@ extends_documentation_fragment:
|
|||
- ibm_storage
|
||||
|
||||
author:
|
||||
- Tzur Eliyahu (tzure@il.ibm.com)
|
||||
- Tzur Eliyahu (@tzure)
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Reference in a new issue