ibm.spectrum_virtualize.ibm_svc_complete_initial_setup module – This module completes the initial setup configuration for LMC systems

Note

This module is part of the ibm.spectrum_virtualize collection (version 2.0.0).

You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install ibm.spectrum_virtualize.

To use it in a playbook, specify: ibm.spectrum_virtualize.ibm_svc_complete_initial_setup.

New in ibm.spectrum_virtualize 1.8.0

Synopsis

  • It disables the GUI setup wizard for LMC systems.

  • It is recommended to run this module after using ibm_svc_initial_setup module for intial setup configuration.

  • This module works on SSH. Paramiko must be installed to use this module.

Parameters

Parameter

Comments

clustername

string / required

The hostname or management IP of the Spectrum Virtualize storage system.

log_path

string

Path of debug log file.

password

string / required

Password for the Spectrum Virtualize storage system.

username

string / required

Username for the Spectrum Virtualize storage system.

Notes

Note

  • This module supports check_mode.

Examples

- name: complete intial setup
  ibm.spectrum_virtualize.ibm_svc_complete_initial_setup:
    clustername: "{{clustername}}"
    username: "{{username}}"
    password: "{{password}}"

Authors

  • Shilpi Jain(@Shilpi-J)