community.general/lib/ansible/modules/cloud/ovirt
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
..
__init__.py
ovirt_affinity_groups.py
ovirt_affinity_labels.py
ovirt_affinity_labels_facts.py
ovirt_auth.py
ovirt_clusters.py
ovirt_clusters_facts.py
ovirt_datacenters.py
ovirt_datacenters_facts.py
ovirt_disks.py cloud: ovirt_disks: Fix download of the qcow disk (#26179) 2017-06-29 08:15:26 -04:00
ovirt_external_providers.py
ovirt_external_providers_facts.py
ovirt_groups.py
ovirt_groups_facts.py
ovirt_host_networks.py
ovirt_host_pm.py
ovirt_host_storage_facts.py ovirt: ovirt_host_storage_facts (#26184) 2017-07-19 07:25:47 -04:00
ovirt_hosts.py
ovirt_hosts_facts.py
ovirt_mac_pools.py
ovirt_networks.py
ovirt_networks_facts.py
ovirt_nics.py
ovirt_nics_facts.py
ovirt_permissions.py
ovirt_permissions_facts.py
ovirt_quotas.py
ovirt_quotas_facts.py
ovirt_scheduling_policies_facts.py
ovirt_snapshots.py
ovirt_snapshots_facts.py
ovirt_storage_connections.py
ovirt_storage_domains.py
ovirt_storage_domains_facts.py
ovirt_tags.py
ovirt_tags_facts.py
ovirt_templates.py
ovirt_templates_facts.py
ovirt_users.py
ovirt_users_facts.py
ovirt_vmpools.py
ovirt_vmpools_facts.py
ovirt_vms.py
ovirt_vms_facts.py