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.
Note
The ibm.spectrum_virtualize collection has been renamed to ibm.storage_virtualize and will be removed from Ansible 12. If you use content from ibm.spectrum_virtualize, please update FQCNs in your playbooks and roles! When creating new playbooks or roles, directly use content from ibm.storage_virtualize instead.
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 | 
|---|---|
| The hostname or management IP of the Spectrum Virtualize storage system. | |
| Path of debug log file. | |
| Password for the Spectrum Virtualize storage system. | |
| 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}}"
