netapp_eseries.santricity.na_santricity_discover – NetApp E-Series discover E-Series storage systems¶
Note
This plugin is part of the netapp_eseries.santricity collection (version 1.2.7).
To install it use: ansible-galaxy collection install netapp_eseries.santricity
.
To use it in a playbook, specify: netapp_eseries.santricity.na_santricity_discover
.
Parameters¶
Notes¶
Note
Only available for platforms E2800 or later (SANtricity Web Services Embedded REST API must be available).
All E-Series storage systems with SANtricity version 11.62 or later will be discovered.
Only E-Series storage systems without a set admin password running SANtricity versions prior to 11.62 will be discovered.
Use SANtricity Web Services Proxy to discover all systems regardless of SANricity version or password.
Examples¶
- name: Discover all E-Series storage systems on the network.
na_santricity_discover:
subnet_mask: 192.168.1.0/24
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Nathan Swartz (@ndswartz)