You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/cloud/cloudstack
René Moser 0fa30f8d93 cloudstack, cs_firewall: fix network not found error in return results (#2006)
Only a small issue in results.

In case of type is ingress, we rely on ip address, but in results we also return the network.
Resolving the ip address works without zone params. If the ip address is not located in the default zone and zone param is not set,
the network won't be found because default zone was used for the network query listing.

However since network param is not used for type ingress we skip the return of the network in results.
10 years ago
..
__init__.py cloudstack: add new module cloudstack_sshkey 11 years ago
cs_account.py Do not leak passwords in case of error in cloudstack modules 10 years ago
cs_affinitygroup.py cloudstack: fix name is not case insensitive 10 years ago
cs_cluster.py cloudstack: new module cs_cluster 10 years ago
cs_configuration.py cloudstack: new module cs_configuration 10 years ago
cs_domain.py cloudstack: fixes and improvements 10 years ago
cs_facts.py cloudstack: cs_facts: fix wrong description of returns cloudstack_public_ipv4, cloudstack_public_hostname 10 years ago
cs_firewall.py cloudstack, cs_firewall: fix network not found error in return results (#2006) 10 years ago
cs_instance.py cloudstack: cs_instance: fix template not found (#2005) 10 years ago
cs_instance_facts.py cloudstack: new module cs_instance_facts 10 years ago
cs_instancegroup.py cloudstack: fixes and improvements 10 years ago
cs_ip_address.py cloudstack: fixes and improvements 10 years ago
cs_iso.py cloudstack: fixes and improvements 10 years ago
cs_loadbalancer_rule.py Remove duplicate documentation fields 10 years ago
cs_loadbalancer_rule_member.py cloudstack: fixes and improvements 10 years ago
cs_network.py cloudstack: fixes and improvements 10 years ago
cs_pod.py cloudstack: new module cs_pod 10 years ago
cs_portforward.py cloudstack: cs_portforward: fix missing return and remove unused arg 10 years ago
cs_project.py cloudstack: fixes and improvements 10 years ago
cs_resourcelimit.py cloudstack: add new module cs_resourcelimit 10 years ago
cs_securitygroup.py cloudstack: fix name is not case insensitive 10 years ago
cs_securitygroup_rule.py cloudstack: fixes and improvements 10 years ago
cs_sshkeypair.py cloudstack: fixes and improvements 10 years ago
cs_staticnat.py cloudstack: fixes and improvements 10 years ago
cs_template.py cloudstack: cs_template: fix state=extracted 10 years ago
cs_user.py Do not leak passwords in case of error in cloudstack modules 10 years ago
cs_vmsnapshot.py cloudstack: fixes and improvements 10 years ago
cs_volume.py cloudstack: cs_volume: simplify detach on state=absent 10 years ago
cs_zone.py cloudstack: new module cs_zone 10 years ago
cs_zone_facts.py cloudstack: new module cs_zone_facts 10 years ago