dellemc.vxrail.dellemc_vxrail_callhome_change_mode (2.2.0) — module

Change the call home mode.

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

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

Install collection

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


Add to requirements.yml

  collections:
    - name: dellemc.vxrail
      version: 2.2.0

Description

This module will change the call home mode.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
  - name: Change callhome mode information
    dellemc_vxrail_callhome_change_mode:
        vxmip: "{{ vxmip }}"
        vcadmin: "{{ vcadmin }}"
        vcpasswd: "{{ vcpasswd }}"
        is_muted: "{{ is_muted }}"
        timeout: "{{ timeout }}"
        api_version_number: "{{ api_version_number }}"

Inputs

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

timeout:
    default: 60
    description: Time out value for changing Callhome mode, 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

is_muted:
    description: Whether call home mode is muted or unmuted. Supported values are true
      and false. True indicates that call home is muted.
    required: true
    type: bool

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

api_version_number:
    description: A specific version number to use for the API call. If not included, will
      use the highest version by default
    required: false
    type: int

Outputs

CallHome_Mode_Change:
  description: Change callhome mode
  returned: always
  sample: "{\n        \"Result\": \"Call home mode is changed successfully\"\n   \
    \ }"
  type: dict