netapp_eseries.santricity.santricity_volume lookup – NetApp E-Series manage storage volumes

Note

This lookup plugin is part of the netapp_eseries.santricity collection (version 1.4.1).

You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install netapp_eseries.santricity.

To use it in a playbook, specify: netapp_eseries.santricity.santricity_volume.

Synopsis

  • Collect volumes from NetApp E/EF-series storage array for defined host.

Examples

- name: Collect volume information for defined host
  ansible.builtin.set_fact:
    volumes: "{{ lookup('netapp_eseries.santricity.santricity_volume', hostvars[inventory_hostname])) }}"

Authors

  • Nathan Swartz (@swartzn)

  • Vu Tran (@VuTran007)

Hint

Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up.