mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
Clean up BOTMETA.yml (#44574)
This PR includes: - Removal of maintainers that are listed as author in the module - Removal of entries that do not extend the original author list - Move ignored-statement to namespace/directory (where useful) - In some cases, fix the authors-list or add missing github id We end up with a list of exceptions/additions and a large set of namespace/directory maintainers or team of maintainers. Some entries could be further improved by discussing with some maintainers.
This commit is contained in:
parent
68c60ad307
commit
b6b36276a4
49 changed files with 168 additions and 513 deletions
|
@ -61,7 +61,7 @@ options:
|
|||
type: bool
|
||||
default: true
|
||||
|
||||
author: tedder
|
||||
author: Ted Timmons (@tedder)
|
||||
extends_documentation_fragment:
|
||||
- aws
|
||||
- ec2
|
||||
|
|
|
@ -19,9 +19,9 @@ description:
|
|||
- Creates, deletes, or updates CloudTrail configuration. Ensures logging is also enabled.
|
||||
version_added: "2.0"
|
||||
author:
|
||||
- "Ansible Core Team"
|
||||
- "Ted Timmons"
|
||||
- "Daniel Shepherd (@shepdelacreme)"
|
||||
- Ansible Core Team
|
||||
- Ted Timmons (@tedder)
|
||||
- Daniel Shepherd (@shepdelacreme)
|
||||
requirements:
|
||||
- boto3
|
||||
- botocore
|
||||
|
|
|
@ -35,7 +35,7 @@ options:
|
|||
- this appears to be required by the API even when disabling TTL.
|
||||
required: true
|
||||
|
||||
author: "Ted (@tedder)"
|
||||
author: Ted Timmons (@tedder)
|
||||
extends_documentation_fragment:
|
||||
- aws
|
||||
- ec2
|
||||
|
|
|
@ -71,7 +71,9 @@ options:
|
|||
in an existing AMI, the AMI will not be copied again.
|
||||
default: false
|
||||
version_added: 2.6
|
||||
author: "Amir Moulavi <amir.moulavi@gmail.com>, Tim C <defunct@defunct.io>"
|
||||
author:
|
||||
- Amir Moulavi (@amir343) <amir.moulavi@gmail.com>
|
||||
- Tim C <defunct@defunct.io>
|
||||
extends_documentation_fragment:
|
||||
- aws
|
||||
- ec2
|
||||
|
|
|
@ -19,7 +19,8 @@ description:
|
|||
- Gather facts about ec2 security groups in AWS.
|
||||
version_added: "2.3"
|
||||
requirements: [ boto3 ]
|
||||
author: "Henrique Rodrigues (github.com/Sodki)"
|
||||
author:
|
||||
- Henrique Rodrigues (@Sodki)
|
||||
options:
|
||||
filters:
|
||||
description:
|
||||
|
|
|
@ -18,8 +18,8 @@ description:
|
|||
- Gather facts about ec2 instances in AWS
|
||||
version_added: "2.4"
|
||||
author:
|
||||
- Michael Schuett, @michaeljs1990
|
||||
- Rob White, @wimnat
|
||||
- Michael Schuett (@michaeljs1990)
|
||||
- Rob White (@wimnat)
|
||||
requirements: [ "boto3", "botocore" ]
|
||||
options:
|
||||
instance_ids:
|
||||
|
|
|
@ -84,7 +84,7 @@ options:
|
|||
description:
|
||||
- Optional client token to ensure idempotency
|
||||
required: false
|
||||
author: Karen Cheng(@Etherdaemon)
|
||||
author: Karen Cheng (@Etherdaemon)
|
||||
extends_documentation_fragment:
|
||||
- aws
|
||||
- ec2
|
||||
|
|
|
@ -34,7 +34,7 @@ options:
|
|||
- A dict of filters to apply. Each dict item consists of a filter key and a filter value.
|
||||
See U(http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcEndpoints.html)
|
||||
for possible filters.
|
||||
author: Karen Cheng(@Etherdaemon)
|
||||
author: Karen Cheng (@Etherdaemon)
|
||||
extends_documentation_fragment:
|
||||
- aws
|
||||
- ec2
|
||||
|
|
|
@ -72,7 +72,7 @@ options:
|
|||
required: false
|
||||
choices: ['present', 'absent']
|
||||
default: present
|
||||
author: Mike Mochan(@mmochan)
|
||||
author: Mike Mochan (@mmochan)
|
||||
extends_documentation_fragment:
|
||||
- aws
|
||||
- ec2
|
||||
|
|
|
@ -67,9 +67,9 @@ options:
|
|||
When specifying this option, ensure you specify the eip_address parameter
|
||||
as well otherwise any subsequent runs will fail.
|
||||
author:
|
||||
- "Allen Sanabria (@linuxdynasty)"
|
||||
- "Jon Hadfield (@jonhadfield)"
|
||||
- "Karen Cheng(@Etherdaemon)"
|
||||
- Allen Sanabria (@linuxdynasty)
|
||||
- Jon Hadfield (@jonhadfield)
|
||||
- Karen Cheng (@Etherdaemon)
|
||||
extends_documentation_fragment:
|
||||
- aws
|
||||
- ec2
|
||||
|
|
|
@ -27,7 +27,7 @@ options:
|
|||
- A dict of filters to apply. Each dict item consists of a filter key and a filter value.
|
||||
See U(http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeNatGateways.html)
|
||||
for possible filters.
|
||||
author: Karen Cheng(@Etherdaemon)
|
||||
author: Karen Cheng (@Etherdaemon)
|
||||
extends_documentation_fragment:
|
||||
- aws
|
||||
- ec2
|
||||
|
|
|
@ -50,7 +50,7 @@ options:
|
|||
required: false
|
||||
default: present
|
||||
choices: ['present', 'absent', 'accept', 'reject']
|
||||
author: Mike Mochan(@mmochan)
|
||||
author: Mike Mochan (@mmochan)
|
||||
extends_documentation_fragment:
|
||||
- aws
|
||||
- ec2
|
||||
|
|
|
@ -26,7 +26,7 @@ options:
|
|||
- A dict of filters to apply. Each dict item consists of a filter key and a filter value.
|
||||
See U(http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeVpcPeeringConnections.html)
|
||||
for possible filters.
|
||||
author: Karen Cheng(@Etherdaemon)
|
||||
author: Karen Cheng (@Etherdaemon)
|
||||
extends_documentation_fragment:
|
||||
- aws
|
||||
- ec2
|
||||
|
|
|
@ -18,7 +18,9 @@ short_description: Manage subnets in AWS virtual private clouds
|
|||
description:
|
||||
- Manage subnets in AWS virtual private clouds
|
||||
version_added: "2.0"
|
||||
author: Robert Estelle (@erydo), Brad Davidson (@brandond)
|
||||
author:
|
||||
- Robert Estelle (@erydo)
|
||||
- Brad Davidson (@brandond)
|
||||
requirements: [ boto3 ]
|
||||
options:
|
||||
az:
|
||||
|
|
|
@ -21,7 +21,7 @@ notes:
|
|||
description:
|
||||
- Creates or terminates ecs clusters.
|
||||
version_added: "2.0"
|
||||
author: Mark Chance(@Java1Guy)
|
||||
author: Mark Chance (@Java1Guy)
|
||||
requirements: [ boto3 ]
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -18,7 +18,7 @@ short_description: run, start or stop a task in ecs
|
|||
description:
|
||||
- Creates or deletes instances of task definitions.
|
||||
version_added: "2.0"
|
||||
author: Mark Chance(@Java1Guy)
|
||||
author: Mark Chance (@Java1Guy)
|
||||
requirements: [ json, botocore, boto3 ]
|
||||
options:
|
||||
operation:
|
||||
|
|
|
@ -26,7 +26,7 @@ short_description: register a task definition in ecs
|
|||
description:
|
||||
- Registers or deregisters task definitions in the Amazon Web Services (AWS) EC2 Container Service (ECS)
|
||||
version_added: "2.0"
|
||||
author: Mark Chance(@Java1Guy)
|
||||
author: Mark Chance (@Java1Guy)
|
||||
requirements: [ json, botocore, boto3 ]
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -21,8 +21,8 @@ description:
|
|||
- Describes a task definition in ecs.
|
||||
version_added: "2.5"
|
||||
author:
|
||||
- Gustavo Maia(@gurumaia)
|
||||
- Mark Chance(@Java1Guy)
|
||||
- Gustavo Maia (@gurumaia)
|
||||
- Mark Chance (@Java1Guy)
|
||||
- Darek Kaczynski (@kaczynskid)
|
||||
requirements: [ json, botocore, boto3 ]
|
||||
options:
|
||||
|
|
|
@ -25,7 +25,9 @@ short_description: Manage AWS IAM groups
|
|||
description:
|
||||
- Manage AWS IAM groups
|
||||
version_added: "2.4"
|
||||
author: Nick Aslanidis, @naslanidis, Maksym Postument, @infectsoldier
|
||||
author:
|
||||
- Nick Aslanidis (@naslanidis)
|
||||
- Maksym Postument (@infectsoldier)
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
|
@ -110,7 +110,7 @@ options:
|
|||
'tags',
|
||||
]
|
||||
default: 'list'
|
||||
author: Karen Cheng(@Etherdaemon)
|
||||
author: Karen Cheng (@Etherdaemon)
|
||||
extends_documentation_fragment:
|
||||
- aws
|
||||
- ec2
|
||||
|
|
|
@ -101,7 +101,7 @@ requirements:
|
|||
- botocore
|
||||
- python-dateutil
|
||||
|
||||
author: tedder
|
||||
author: Ted Timmons (@tedder)
|
||||
extends_documentation_fragment:
|
||||
- aws
|
||||
- ec2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue