Update elb_application_lb_facts.py (#48983)
<!--- Added example how to see the facts about specific ALB -->
This commit is contained in:
parent
24e4d26b72
commit
5a7f2b6b08
1 changed files with 7 additions and 0 deletions
|
@ -50,6 +50,13 @@ EXAMPLES = '''
|
|||
names:
|
||||
- elb1
|
||||
- elb2
|
||||
|
||||
# Gather facts about specific ALB
|
||||
- elb_application_lb_facts:
|
||||
names: "alb-name"
|
||||
region: "aws-region"
|
||||
register: alb_facts
|
||||
- debug: var=alb_facts
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
|
Loading…
Reference in a new issue