ngine-io / ansible-collection-cloudstack

CloudStack Ansible Collections
https://galaxy.ansible.com/ngine_io/cloudstack
GNU General Public License v3.0
21 stars 28 forks source link

List instances by host #68

Closed loth closed 3 years ago

loth commented 3 years ago

I'm trying to list instances on a specific host, I don't believe this is possible but It should be relatively simple since listVirtualMachines takes a hostid or am I wrong?

resmo commented 3 years ago

@loth hi yes, should be easy to implement in cs_instance_info module

resmo commented 3 years ago

Resolved by #83