dellemc.vxrail.dellemc_vxrail_vc_getmode_v1 (1.3.0) — module

Retrieve VC and PSC mode.

| "added in version" 1.3.0 of dellemc.vxrail"

Authors: VxRail Development Team(@VxRailDevTeam) <ansible.team@dell.com>

Install collection

Install with ansible-galaxy collection install dellemc.vxrail:==1.3.0


Add to requirements.yml

  collections:
    - name: dellemc.vxrail
      version: 1.3.0

Description

This module will retrieve the current vCenter mode and PSC mode.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
  - name: Get VC Mode Information
    dellemc_vxrail_vc_getmode_v1:
        vxmip: "{{ vxmip }}"
        vcadmin: "{{ vcadmin }}"
        vcpasswd: "{{ vcpasswd }}"

Inputs

    
vxmip:
    description: The IP address of the VxRail Manager System
    required: true
    type: str

timeout:
    default: 60
    description: Time out value for getting telemetry information, the default value is
      60 seconds
    required: false
    type: int

vcadmin:
    description: Administrative account of the vCenter Server the VxRail Manager is registered
      to
    required: true
    type: str

vcpasswd:
    description: The password for the administrator account provided in vcadmin
    required: true
    type: str

Outputs

VC_PSC_Mode:
  description: The current VC and PSC mode
  returned: always
  sample: "{\n        \"psc_mode\": \"EMBEDDED\",\n        \"vc_mode\": \"EMBEDDED\"\
    \n}"
  type: dict