mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Rename classic elb modules to match new names applied to application LB modules (#25745)
This commit is contained in:
parent
f22c04fa1e
commit
3401a4b330
7 changed files with 12 additions and 6 deletions
1
lib/ansible/modules/cloud/amazon/_ec2_elb.py
Symbolic link
1
lib/ansible/modules/cloud/amazon/_ec2_elb.py
Symbolic link
|
@ -0,0 +1 @@
|
|||
elb_instance.py
|
1
lib/ansible/modules/cloud/amazon/_ec2_elb_facts.py
Symbolic link
1
lib/ansible/modules/cloud/amazon/_ec2_elb_facts.py
Symbolic link
|
@ -0,0 +1 @@
|
|||
elb_classic_lb_facts.py
|
1
lib/ansible/modules/cloud/amazon/_ec2_elb_lb.py
Symbolic link
1
lib/ansible/modules/cloud/amazon/_ec2_elb_lb.py
Symbolic link
|
@ -0,0 +1 @@
|
|||
elb_classic_lb.py
|
|
@ -21,7 +21,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0',
|
|||
|
||||
DOCUMENTATION = """
|
||||
---
|
||||
module: ec2_elb_lb
|
||||
module: elb_classic_lb
|
||||
description:
|
||||
- Returns information about the load balancer.
|
||||
- Will be marked changed when called only if state is changed.
|
|
@ -20,7 +20,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0',
|
|||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ec2_elb_facts
|
||||
module: elb_classic_lb_facts
|
||||
short_description: Gather facts about EC2 Elastic Load Balancers in AWS
|
||||
description:
|
||||
- Gather facts about EC2 Elastic Load Balancers in AWS
|
|
@ -21,7 +21,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0',
|
|||
|
||||
DOCUMENTATION = """
|
||||
---
|
||||
module: ec2_elb
|
||||
module: elb_instance
|
||||
short_description: De-registers or registers instances from EC2 ELBs
|
||||
description:
|
||||
- This module de-registers or registers an AWS EC2 instance from the ELBs
|
Loading…
Add table
Add a link
Reference in a new issue