On this page
netapp_eseries.santricity.santricity_host_detail – Expands the host information from santricity_host lookup
Note
This plugin is part of the netapp_eseries.santricity collection (version 1.2.13).
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_host_detail.
Synopsis
- Expands the host information from santricity_host lookup to include system and port information
 
Parameters
| Parameter | Choices/Defaults | Configuration | Comments | 
|---|---|---|---|
| host_interface_ports
        
        list / elements=string / required
         | 
      
        
        List of dictionaries containing "stdout_lines" which is a list of iqn/wwpns for each expected_hosts from the results of the santricity_host lookup plugin.
        
       
        Register the results from the shell module that is looped over each host in expected_hosts. The command issued should result in a newline delineated list of iqns, nqns, or wwpns.
         | 
     ||
| hosts
        
        list / elements=string / required
         | 
      
        
        E-Series storage array inventory, hostvars[inventory_hostname].
        
       
        Run na_santricity_facts prior to calling
         | 
     ||
| hosts_info
        
        list / elements=string / required
         | 
      
        
        The registered results from the setup module from each expected_hosts, hosts_info['results'].
        
       
        Collected results from the setup module for each expected_hosts from the results of the santricity_host lookup plugin.
         | 
     ||
| protocol
        
        string / required
         | 
      
        
        Storage system interface protocol (iscsi, sas, fc, ib-iser, ib-srp, nvme_ib, nvme_fc, or nvme_roce)
         | 
     
Authors
- Nathan Swartz
 
© 2012–2018 Michael DeHaan
© 2018–2021 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
 https://docs.ansible.com/ansible/latest/collections/netapp_eseries/santricity/santricity_host_detail_lookup.html