ibm.storage_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.storage_virtualize collection (version 2.7.4).
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.storage_virtualize.
To use it in a playbook, specify: ibm.storage_virtualize.ibm_svc_complete_initial_setup.
New in ibm.storage_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 Storage Virtualize system. | |
| Domain for the Storage Virtualize storage system. Valid when hostname is used for the parameter clustername. | |
| Path of debug log file. | |
| Password for the Storage Virtualize system. | |
| Username for the Storage Virtualize system. | 
Notes
Note
- This module supports - check_mode.
Examples
- name: complete intial setup
  ibm.storage_virtualize.ibm_svc_complete_initial_setup:
    clustername: "{{ clustername }}"
    username: "{{ username }}"
    password: "{{ password }}"
