mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update the ignore and doc_fragments for E-Series
Make the generic updates to remove unneeded ignores and improve the documentation for the NetApp E-Series modules.
This commit is contained in:
parent
5461bfbf31
commit
f89374bf6d
2 changed files with 11 additions and 8 deletions
|
@ -136,15 +136,15 @@ options:
|
||||||
api_username:
|
api_username:
|
||||||
required: true
|
required: true
|
||||||
description:
|
description:
|
||||||
- The username to authenticate with the SANtricity WebServices Proxy or embedded REST API.
|
- The username to authenticate with the SANtricity Web Services Proxy or Embedded Web Services API.
|
||||||
api_password:
|
api_password:
|
||||||
required: true
|
required: true
|
||||||
description:
|
description:
|
||||||
- The password to authenticate with the SANtricity WebServices Proxy or embedded REST API.
|
- The password to authenticate with the SANtricity Web Services Proxy or Embedded Web Services API.
|
||||||
api_url:
|
api_url:
|
||||||
required: true
|
required: true
|
||||||
description:
|
description:
|
||||||
- The url to the SANtricity WebServices Proxy or embedded REST API.
|
- The url to the SANtricity Web Services Proxy or Embedded Web Services API.
|
||||||
example:
|
example:
|
||||||
- https://prod-1.wahoo.acme.com/devmgr/v2
|
- https://prod-1.wahoo.acme.com/devmgr/v2
|
||||||
validate_certs:
|
validate_certs:
|
||||||
|
@ -152,8 +152,15 @@ options:
|
||||||
default: true
|
default: true
|
||||||
description:
|
description:
|
||||||
- Should https certificates be validated?
|
- Should https certificates be validated?
|
||||||
|
type: bool
|
||||||
ssid:
|
ssid:
|
||||||
required: true
|
required: true
|
||||||
description:
|
description:
|
||||||
- The ID of the array to manage. This value must be unique for each array.
|
- The ID of the array to manage. This value must be unique for each array.
|
||||||
|
|
||||||
|
notes:
|
||||||
|
- The E-Series Ansible modules require either an instance of the Web Services Proxy (WSP), to be available to manage
|
||||||
|
the storage-system, or an E-Series storage-system that supports the Embedded Web Services API.
|
||||||
|
- Embedded Web Services is currently available on the E2800, E5700, EF570, and newer hardware models.
|
||||||
|
- M(netapp_e_storage_system) may be utilized for configuring the systems managed by a WSP instance.
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -1064,7 +1064,6 @@ lib/ansible/modules/storage/netapp/_na_cdot_volume.py E322
|
||||||
lib/ansible/modules/storage/netapp/_na_cdot_volume.py E324
|
lib/ansible/modules/storage/netapp/_na_cdot_volume.py E324
|
||||||
lib/ansible/modules/storage/netapp/_na_cdot_volume.py E325
|
lib/ansible/modules/storage/netapp/_na_cdot_volume.py E325
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_amg.py E322
|
lib/ansible/modules/storage/netapp/netapp_e_amg.py E322
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_amg.py E325
|
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_amg_role.py E322
|
lib/ansible/modules/storage/netapp/netapp_e_amg_role.py E322
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_amg_role.py E325
|
lib/ansible/modules/storage/netapp/netapp_e_amg_role.py E325
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_amg_sync.py E325
|
lib/ansible/modules/storage/netapp/netapp_e_amg_sync.py E325
|
||||||
|
@ -1073,8 +1072,6 @@ lib/ansible/modules/storage/netapp/netapp_e_facts.py E325
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_flashcache.py E322
|
lib/ansible/modules/storage/netapp/netapp_e_flashcache.py E322
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_flashcache.py E325
|
lib/ansible/modules/storage/netapp/netapp_e_flashcache.py E325
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_flashcache.py E326
|
lib/ansible/modules/storage/netapp/netapp_e_flashcache.py E326
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_host.py E325
|
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_lun_mapping.py E325
|
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_snapshot_group.py E322
|
lib/ansible/modules/storage/netapp/netapp_e_snapshot_group.py E322
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_snapshot_group.py E325
|
lib/ansible/modules/storage/netapp/netapp_e_snapshot_group.py E325
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_snapshot_group.py E326
|
lib/ansible/modules/storage/netapp/netapp_e_snapshot_group.py E326
|
||||||
|
@ -1089,7 +1086,6 @@ lib/ansible/modules/storage/netapp/netapp_e_storagepool.py E325
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_storagepool.py E326
|
lib/ansible/modules/storage/netapp/netapp_e_storagepool.py E326
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_volume.py E322
|
lib/ansible/modules/storage/netapp/netapp_e_volume.py E322
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_volume.py E324
|
lib/ansible/modules/storage/netapp/netapp_e_volume.py E324
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_volume.py E325
|
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_volume.py E326
|
lib/ansible/modules/storage/netapp/netapp_e_volume.py E326
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_volume.py E327
|
lib/ansible/modules/storage/netapp/netapp_e_volume.py E327
|
||||||
lib/ansible/modules/storage/netapp/netapp_e_volume_copy.py E322
|
lib/ansible/modules/storage/netapp/netapp_e_volume_copy.py E322
|
||||||
|
|
Loading…
Reference in a new issue