mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Streamlined ec2_elb_facts module return values with naming in ec2_elb… (#2081)
* Streamlined ec2_elb_facts module return values with naming in ec2_elb_lb (hosted zones) * Keep the old return values for hosted zone to keep backwards compatibility
This commit is contained in:
committed by
Matt Clay
parent
6eae4cf448
commit
2cf50cb971
@@ -136,6 +136,8 @@ def get_elb_info(connection,elb):
|
||||
'dns_name': elb.dns_name,
|
||||
'canonical_hosted_zone_name': elb.canonical_hosted_zone_name,
|
||||
'canonical_hosted_zone_name_id': elb.canonical_hosted_zone_name_id,
|
||||
'hosted_zone_name': elb.canonical_hosted_zone_name,
|
||||
'hosted_zone_id': elb.canonical_hosted_zone_name_id,
|
||||
'instances': [instance.id for instance in elb.instances],
|
||||
'listeners': get_elb_listeners(elb.listeners),
|
||||
'scheme': elb.scheme,
|
||||
|
||||
Reference in New Issue
Block a user