community.general/lib/ansible/module_utils/facts/network
Anatoly Pugachev 924f5b5467 Add support of facts gathering WWNs on Solaris 10 and Solaris 11 OS (#52091)
* Add support of facts gathering WWNs on Solaris 10 and Solaris 11 OS

Extends PR #37043 / git commit c65909d "Add network fact to obtain FC
WWN initiator ports" for Solaris OS support.

$ fcinfo hba-port | grep 'Port WWN'
HBA Port WWN: 10000090fa1658de
HBA Port WWN: 10000090fa1658df
HBA Port WWN: 10000090fa165b5c
HBA Port WWN: 10000090fa165b5d

* use module.get_bin_path() instead of hardcoded cmd path
2019-02-20 10:46:54 -05:00
..
__init__.py
aix.py
base.py
darwin.py
dragonfly.py
fc_wwn.py
freebsd.py
generic_bsd.py
hpux.py
hurd.py
iscsi.py
linux.py
netbsd.py
nvme.py
openbsd.py
sunos.py