New in version 2.3.
parameter | required | default | choices | comments |
---|---|---|---|---|
hostname | yes | The hostname or IP address of the SolidFire cluster. | ||
mvip | no | None | Optionally, use to test connection of a different MVIP. This is not needed to test the connection to the target cluster. | |
password | yes | Password for the specified user. | ||
skip | no | None |
| Skip checking connection to SVIP or MVIP. |
svip | no | None | Optionally, use to test connection of a different SVIP. This is not needed to test the connection to the target cluster. | |
username | yes | 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 }}"
Note
sf\_
are built to support the SolidFire storage platform.This module is flagged as preview which means that it is not guaranteed to have a backwards compatible interface.
For help in developing on modules, should you be so inclined, please read Community Information & Contributing, Testing Ansible and Developing Modules.
© 2012–2017 Michael DeHaan
© 2017 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/sf_check_connections_module.html