ghmsalinda.test.dellemc_vxrail_callhome (1.3.0) — module

Get call home server information (v2)

| "added in version" 1.0.0 of ghmsalinda.test"

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

Install collection

Install with ansible-galaxy collection install ghmsalinda.test:==1.3.0


Add to requirements.yml

  collections:
    - name: ghmsalinda.test
      version: 1.3.0

Description

This module will retrieve information about the call home servers.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
  - name: Retrives VxRail Callhome Information
    dellemc_vxrail_callhome:
        vxmip: "{{ vxmip }}"
        vcadmin: "{{ vcadmin }}"
        vcpasswd: "{{ vcpasswd }}"
        timeout : "{{ timeout }}"

Inputs

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

timeout:
    default: 60
    description: Time out value for getting callhome 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

Callhome_Information:
  description: callhome information summary
  returned: always
  sample: "{\n \"address_list\": [\n                    {\n                      \
    \  \"address\": \"20.11.73.109\",\n                        \"primary\": true,\n\
    \                        \"upgradeRequestId\": null,\n                       \
    \ \"version\": \"3.52.00.08\"\n                    }\n                ],\n \"\
    integrated\": true,\n \"site_id\": \"11145366\",\n \"status\": \"registered\"\n\
    }"
  type: dict