New in version 2.3.
Removed in Ansible: | |
---|---|
version: 2.11 | |
Why: | This Module has been replaced |
Alternative: | please use na_elementsw_check_connections |
The below requirements are needed on the host that executes this module.
Parameter | Choices/Defaults | Comments |
---|---|---|
hostname
required |
The hostname or IP address of the SolidFire cluster.
|
|
mvip |
Optionally, use to test connection of a different MVIP.
This is not needed to test the connection to the target cluster.
|
|
password
required |
Password for the specified user.
aliases: pass |
|
skip |
|
Skip checking connection to SVIP or MVIP.
|
svip |
Optionally, use to test connection of a different SVIP.
This is not needed to test the connection to the target cluster.
|
|
username
required |
Please ensure that the user has the adequate permissions. For more information, please read the official documentation https://mysupport.netapp.com/documentation/docweb/index.html?productID=62636&language=en-US.
aliases: user |
Note
- name: Check connections to MVIP and SVIP
sf_check_connections:
hostname: "{{ solidfire_hostname }}"
username: "{{ solidfire_username }}"
password: "{{ solidfire_password }}"
This module is flagged as deprecated and will be removed in version 2.11. For more information see DEPRECATED.
Hint
If you notice any issues in this documentation you can edit this document to improve it.