New in version 2.3.
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.
|
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://goo.gl/ddJa4Q.
|
- name: Check connections to MVIP and SVIP
sf_check_connections:
hostname: "{{ solidfire_hostname }}"
username: "{{ solidfire_username }}"
password: "{{ solidfire_password }}"
This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
Hint
If you notice any issues in this documentation you can edit this document to improve it.