ansible.builtin.netapp_e_facts (v2.8.20) — module

NetApp E-Series retrieve facts about NetApp E-Series storage arrays

| "added in version" 2.2 of ansible.builtin"

Authors: Kevin Hulquest (@hulquest)

preview | supported by community

Install Ansible via pip

Install with pip install ansible==2.8.20

Description

Return various information about NetApp E-Series storage arrays (eg, configuration, disks)

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
---
    - name: Get array facts
      netapp_e_facts:
        array_id: "{{ netapp_array_id }}"
        api_url: "{{ netapp_api_url }}"
        api_username: "{{ netapp_api_username }}"
        api_password: "{{ netapp_api_password }}"
        validate_certs: "{{ netapp_api_validate_certs }}"

Inputs

    
ssid:
    description:
    - The ID of the array to manage. This value must be unique for each array.
    required: true

api_url:
    description:
    - The url to the SANtricity WebServices Proxy or embedded REST API.
    required: true

api_password:
    description:
    - The password to authenticate with the SANtricity WebServices Proxy or embedded REST
      API.
    required: true

api_username:
    description:
    - The username to authenticate with the SANtricity WebServices Proxy or embedded REST
      API.
    required: true

validate_certs:
    default: true
    description:
    - Should https certificates be validated?
    required: false
    type: bool

Outputs

msg:
  description: Gathered facts for <StorageArrayId>.
  returned: always
  type: str