IBM_Storage: docs and author changes as requested by Ansible team (#48158)

pull/48370/head
Tzur Eliyahu 6 years ago committed by Alicia Cozine
parent f728f2bff0
commit adce695aba

@ -17,11 +17,11 @@ ANSIBLE_METADATA = {'status': ['preview'],
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: ibm_sa_domain 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" version_added: "2.8"
description: 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: options:
domain: domain:

@ -16,11 +16,11 @@ ANSIBLE_METADATA = {'status': ['preview'],
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: ibm_sa_host 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" version_added: "2.7"
description: 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: options:
host: host:
@ -58,7 +58,7 @@ extends_documentation_fragment:
- ibm_storage - ibm_storage
author: author:
- Tzur Eliyahu (tzure@il.ibm.com) - Tzur Eliyahu (@tzure)
''' '''
EXAMPLES = ''' EXAMPLES = '''

@ -16,12 +16,12 @@ ANSIBLE_METADATA = {'status': ['preview'],
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: ibm_sa_host_ports 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" version_added: "2.8"
description: description:
- "This module adds ports to or removes them from the hosts - "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: options:
host: host:
@ -51,7 +51,7 @@ extends_documentation_fragment:
- ibm_storage - ibm_storage
author: author:
- Tzur Eliyahu (tzure@il.ibm.com) - Tzur Eliyahu (@tzure)
''' '''
EXAMPLES = ''' EXAMPLES = '''

@ -16,11 +16,11 @@ ANSIBLE_METADATA = {'status': ['preview'],
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: ibm_sa_pool 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" version_added: "2.7"
description: 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: options:
pool: pool:
@ -54,7 +54,7 @@ extends_documentation_fragment:
- ibm_storage - ibm_storage
author: author:
- Tzur Eliyahu (tzure@il.ibm.com) - Tzur Eliyahu (@tzure)
''' '''
EXAMPLES = ''' EXAMPLES = '''

@ -16,11 +16,11 @@ ANSIBLE_METADATA = {'status': ['preview'],
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: ibm_sa_vol 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" version_added: "2.7"
description: 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: options:
vol: vol:
@ -46,7 +46,7 @@ extends_documentation_fragment:
- ibm_storage - ibm_storage
author: author:
- Tzur Eliyahu (tzure@il.ibm.com) - Tzur Eliyahu (@tzure)
''' '''
EXAMPLES = ''' EXAMPLES = '''

@ -17,12 +17,12 @@ ANSIBLE_METADATA = {'status': ['preview'],
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: ibm_sa_vol_map 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" version_added: "2.8"
description: description:
- "This module maps volumes to or unmaps them from the hosts on - "This module maps volumes to or unmaps them from the hosts on
IBM Spectrum Accelerate storage systems." IBM Spectrum Accelerate Family storage systems."
options: options:
vol: vol:
@ -57,7 +57,7 @@ extends_documentation_fragment:
- ibm_storage - ibm_storage
author: author:
- Tzur Eliyahu (tzure@il.ibm.com) - Tzur Eliyahu (@tzure)
''' '''
EXAMPLES = ''' EXAMPLES = '''

Loading…
Cancel
Save