mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Update elb_application_lb_facts.py (#48983)
<!--- Added example how to see the facts about specific ALB -->
This commit is contained in:
committed by
Sandra McCann
parent
24e4d26b72
commit
5a7f2b6b08
@@ -50,6 +50,13 @@ EXAMPLES = '''
|
|||||||
names:
|
names:
|
||||||
- elb1
|
- elb1
|
||||||
- elb2
|
- elb2
|
||||||
|
|
||||||
|
# Gather facts about specific ALB
|
||||||
|
- elb_application_lb_facts:
|
||||||
|
names: "alb-name"
|
||||||
|
region: "aws-region"
|
||||||
|
register: alb_facts
|
||||||
|
- debug: var=alb_facts
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
|
|||||||
Reference in New Issue
Block a user