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 Fixed typos (#52426) 2019-02-17 22:49:40 +01:00
darwin.py change OS X to macOS (#41294) 2018-06-26 14:09:23 -04:00
dragonfly.py
fc_wwn.py Add support of facts gathering WWNs on Solaris 10 and Solaris 11 OS (#52091) 2019-02-20 10:46:54 -05:00
freebsd.py
generic_bsd.py change OS X to macOS (#41294) 2018-06-26 14:09:23 -04:00
hpux.py
hurd.py
iscsi.py Update and correct iSCSI facts collection (#44644) 2018-11-08 21:24:51 -05:00
linux.py Fixed typo from adress to address (#52143) 2019-02-13 13:57:13 +05:30
netbsd.py
nvme.py Add default fact for NVMe support (#50164) 2019-01-31 16:05:45 +00:00
openbsd.py
sunos.py