Skip to content

Commit

Permalink
all amazon modules are community maintained (ansible#46840)
Browse files Browse the repository at this point in the history
  • Loading branch information
acozine authored and samccann committed Oct 11, 2018
1 parent 561a5b1 commit e601521
Show file tree
Hide file tree
Showing 31 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/_ec2_remote_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['removed'],
'supported_by': 'certified'}
'supported_by': 'community'}


from ansible.module_utils.common.removed import removed_module
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/_ec2_vpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['removed'],
'supported_by': 'certified'}
'supported_by': 'community'}


from ansible.module_utils.common.removed import removed_module
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/aws_kms.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_ami.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_asg.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = """
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_eip.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_elb.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = """
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_elb_lb.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = """
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_lc.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_metric_alarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = """
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_scaling_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = """
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_vpc_dhcp_option.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = """
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_vpc_igw.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_vpc_nacl.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_vpc_nacl_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_vpc_peer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_vpc_route_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/ec2_vpc_vgw.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/efs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/efs_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/elb_classic_lb.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = """
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/elb_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['preview'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = """
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/iam.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/s3_lifecycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/s3_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/sns_topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = """
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/sqs_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = """
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/sts_assume_role.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = '''
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/amazon/sts_session_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'certified'}
'supported_by': 'community'}


DOCUMENTATION = '''
Expand Down

0 comments on commit e601521

Please sign in to comment.