ibm.storage_virtualize.ibm_svc_complete_initial_setup (2.3.1) — module

This module completes the initial setup configuration for LMC systems

| "added in version" 1.8.0 of ibm.storage_virtualize"

Authors: Shilpi Jain(@Shilpi-J)

Install collection

Install with ansible-galaxy collection install ibm.storage_virtualize:==2.3.1


Add to requirements.yml

  collections:
    - name: ibm.storage_virtualize
      version: 2.3.1

Description

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.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: complete intial setup
  ibm.storage_virtualize.ibm_svc_complete_initial_setup:
    clustername: "{{clustername}}"
    username: "{{username}}"
    password: "{{password}}"

Inputs

    
log_path:
    description:
    - Path of debug log file.
    type: str

password:
    description:
    - Password for the Storage Virtualize system.
    required: true
    type: str

username:
    description:
    - Username for the Storage Virtualize system.
    required: true
    type: str

clustername:
    description:
    - The hostname or management IP of the Storage Virtualize system.
    required: true
    type: str