mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Rename classic elb modules to match new names applied to application LB modules (#25745)
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user