dellemc.vxrail.dellemc_vxrail_system_getdns_v1 (1.3.0) — module

Retrieve information about the DNS servers for the cluster.

| "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 the DNS servers for the cluster.

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
  - name: Get System DNS Information
    dellemc_vxrail_system_getdns_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_DNS_Info_v1:
  description: System DNS information summary
  returned: always
  sample: "{\n                \"is_internal\": false,\n                \"servers\"\
    : [\n                    \"10.244.72.247\",\n                    \"10.244.72.248\"\
    \n                ]\n              }"
  type: dict