community.general.sf_check_connections – Check connectivity to MVIP and SVIP.

From Get docs
Ansible/docs/2.10/collections/community/general/sf check connections module


community.general.sf_check_connections – Check connectivity to MVIP and SVIP.

Note

This plugin is part of the community.general collection (version 1.3.2).

To install it use: ansible-galaxy collection install community.general.

To use it in a playbook, specify: community.general.sf_check_connections.


DEPRECATED

Removed in
version 2.0.0
Why
This Module has been replaced
Alternative
please use netapp.elementsw.na_elementsw_check_connections

Synopsis

  • Used to test the management connection to the cluster.
  • The test pings the MVIP and SVIP, and executes a simple API method to verify connectivity.

Requirements

The below requirements are needed on the host that executes this module.

  • The modules were developed with SolidFire 10.1
  • solidfire-sdk-python (1.1.0.92) or greater. Install using ‘pip install solidfire-sdk-python’

Parameters

Parameter Choices/Defaults Comments

hostname

string / required

The hostname or IP address of the SolidFire cluster.

mvip

string

Optionally, use to test connection of a different MVIP.

This is not needed to test the connection to the target cluster.

password

string / required

Password for the specified user.


aliases: pass

skip

string

  • svip
  • mvip

Skip checking connection to SVIP or MVIP.

svip

string

Optionally, use to test connection of a different SVIP.

This is not needed to test the connection to the target cluster.

username

string / 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



Notes

Note

  • The modules prefixed with na\_elementsw are built to support the SolidFire storage platform.


Examples

- name: Check connections to MVIP and SVIP
  community.general.sf_check_connections:
    hostname: "{{ solidfire_hostname }}"
    username: "{{ solidfire_username }}"
    password: "{{ solidfire_password }}"

Status

  • This module will be removed in version 2.0.0. [deprecated]
  • For more information see DEPRECATED.

Authors

© 2012–2018 Michael DeHaan
© 2018–2019 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/2.10/collections/community/general/sf_check_connections_module.html