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