dellemc.vxrail.dellemc_vxrail_system_getavailablehosts_v1 (1.3.0) — module

Retrieve VxRail System Available Hosts Information

| "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 information about available hosts that have not been added in the VxRail cluster.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
  - name: Get System Available Hosts Information
    dellemc_vxrail_system_getavailablehosts_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 system 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

System_Available_Hosts_Info_v1:
  description: system available hosts information summary
  returned: always
  sample: "{\n                \"appliance_id\": \"V0820050000000\",\n            \
    \    \"bios_uuid\": \"d5b90842-ece9-d3c5-4ff1-857dc50c8ebe\",\n              \
    \  \"cluster_affinity\": false,\n                \"discovered_date\": 1649861881146,\n\
    \                \"id\": \"V0820050000000-01-01\",\n                \"is_primary_node\"\
    : false,\n                \"model\": \"VxRail P570F\",\n                \"psnt\"\
    : \"V0820050000000\",\n                \"serial_number\": \"V082005\",\n     \
    \           \"slot\": 1\n            }"
  type: dict