community.general/lib/ansible
danielerez 317ad54599 ovirt: ovirt_host_storage_facts (#26184)
Added 'ovirt_host_storage_facts' module to retrieve
a list of HostStorage[1] objects by a specified iscsi
target and address.

E.g.
- ovirt_host_storage_facts:
    vm: myhost
    iscsi:
      target: iqn.2016-08-09.domain-01:nickname
      address: 10.34.63.204

[1] http://ovirt.github.io/ovirt-engine-api-model/master/#types/host_storage

ISSUE TYPE
* Feature Pull Request

COMPONENT NAME
* lib/ansible/modules/cloud/ovirt/ovirt_host_storage_facts.py

@machacekondra
@mureinik @maorlipchuk
2017-07-19 07:25:47 -04:00
..
cli Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07:00
compat
config Adding aruba_command module along with unit tests. (#26625) 2017-07-19 09:49:12 +05:30
errors correct, cleanup & simplify dwim stack (#25956) 2017-07-03 15:27:53 -04:00
executor Powershell module_utils loader and tests (#26932) 2017-07-18 20:44:01 -07:00
galaxy
inventory ensure all groups inherit from 'all' 2017-07-13 18:38:39 -04:00
module_utils Adding aruba_command module along with unit tests. (#26625) 2017-07-19 09:49:12 +05:30
modules ovirt: ovirt_host_storage_facts (#26184) 2017-07-19 07:25:47 -04:00
parsing Adds search in template/files/vars relative to the playbook path (#26460) 2017-07-05 19:45:09 -04:00
playbook Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07:00
plugins Adding aruba_command module along with unit tests. (#26625) 2017-07-19 09:49:12 +05:30
template Try to show original exception info for yaml (and other) errors (#24468) 2017-06-09 13:13:15 -04:00
utils Adding aruba_command module along with unit tests. (#26625) 2017-07-19 09:49:12 +05:30
vars removed redundant loader 2017-07-17 09:03:39 -04:00
__init__.py
constants.py Consolidate boolean/mk_boolean conversion functions into a single location 2017-07-17 11:48:05 -07:00
release.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00