mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 15:41:22 -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
|
||||
|
|
|
@ -86,8 +86,8 @@ requirements:
|
|||
- "Docker API >= 1.20"
|
||||
- 'Only to be able to logout (state=absent): the docker command line utility'
|
||||
author:
|
||||
- "Olaf Kilian <olaf.kilian@symanex.com>"
|
||||
- "Chris Houseknecht (@chouseknecht)"
|
||||
- Olaf Kilian (@olsaki) <olaf.kilian@symanex.com>
|
||||
- Chris Houseknecht (@chouseknecht)
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -86,7 +86,9 @@ requirements:
|
|||
- "python >= 2.6"
|
||||
- "boto >= 2.9"
|
||||
|
||||
author: "Benno Joy (@bennojoy), extended by Lukas Beumer (@nitaco)"
|
||||
author:
|
||||
- Benno Joy (@bennojoy)
|
||||
- Lukas Beumer (@nitaco)
|
||||
|
||||
'''
|
||||
|
||||
|
|
|
@ -145,7 +145,7 @@ options:
|
|||
notes:
|
||||
- Requires proxmoxer and requests modules on host. This modules can be installed with pip.
|
||||
requirements: [ "proxmoxer", "python >= 2.7", "requests" ]
|
||||
author: "Sergei Antipov @UnderGreen"
|
||||
author: Sergei Antipov (@UnderGreen)
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -78,7 +78,7 @@ options:
|
|||
notes:
|
||||
- Requires proxmoxer and requests modules on host. This modules can be installed with pip.
|
||||
requirements: [ "proxmoxer", "requests" ]
|
||||
author: "Sergei Antipov @UnderGreen"
|
||||
author: Sergei Antipov (@UnderGreen)
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: rhevm
|
||||
author: Timothy Vandenbrande
|
||||
author: Timothy Vandenbrande (@TimothyVandenbrande)
|
||||
short_description: RHEV/oVirt automation
|
||||
description:
|
||||
- This module only supports oVirt/RHEV version 3. A newer module M(ovirt_vms) supports oVirt/RHV version 4.
|
||||
|
|
|
@ -71,7 +71,7 @@ options:
|
|||
notes:
|
||||
- Currently, the `serverless` command must be in the path of the node executing the task. In the future this may be a flag.
|
||||
requirements: [ "serverless", "yaml" ]
|
||||
author: "Ryan Scott Brown @ryansb"
|
||||
author: Ryan Scott Brown (@ryansb)
|
||||
'''
|
||||
|
||||
EXAMPLES = """
|
||||
|
|
|
@ -19,7 +19,7 @@ short_description: Manage OVH IP LoadBalancing backends
|
|||
description:
|
||||
- Manage OVH (French European hosting provider) LoadBalancing IP backends
|
||||
version_added: "2.2"
|
||||
author: Pascal HERAUD @pascalheraud
|
||||
author: Pascal Heraud (@pascalheraud)
|
||||
notes:
|
||||
- Uses the python OVH Api U(https://github.com/ovh/python-ovh).
|
||||
You have to create an application (a key and secret) with a consummer
|
||||
|
|
|
@ -66,7 +66,7 @@ options:
|
|||
description:
|
||||
- How long before "wait" gives up, in seconds.
|
||||
default: 300
|
||||
author: Ash Wilson
|
||||
author: Ash Wilson (@smashwilson)
|
||||
extends_documentation_fragment:
|
||||
- rackspace
|
||||
- rackspace.openstack
|
||||
|
|
|
@ -65,7 +65,7 @@ options:
|
|||
description:
|
||||
- Arbitrary key/value pairs to accompany the alarm. Must be a hash of String
|
||||
keys and values between 1 and 255 characters long.
|
||||
author: Ash Wilson
|
||||
author: Ash Wilson (@smashwilson)
|
||||
extends_documentation_fragment: rackspace.openstack
|
||||
'''
|
||||
|
||||
|
|
|
@ -101,7 +101,7 @@ options:
|
|||
description:
|
||||
- The number of seconds this check will wait when attempting to collect
|
||||
results. Must be less than the period.
|
||||
author: Ash Wilson
|
||||
author: Ash Wilson (@smashwilson)
|
||||
extends_documentation_fragment: rackspace.openstack
|
||||
'''
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ options:
|
|||
- Hash of arbitrary C(name), C(value) pairs that are passed to associated
|
||||
rax_mon_alarms. Names and values must all be between 1 and 255 characters
|
||||
long.
|
||||
author: Ash Wilson
|
||||
author: Ash Wilson (@smashwilson)
|
||||
extends_documentation_fragment: rackspace.openstack
|
||||
'''
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ options:
|
|||
http://docs.rackspace.com/cm/api/v1.0/cm-devguide/content/
|
||||
service-notification-types-crud.html for details.
|
||||
required: true
|
||||
author: Ash Wilson
|
||||
author: Ash Wilson (@smashwilson)
|
||||
extends_documentation_fragment: rackspace.openstack
|
||||
'''
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ options:
|
|||
description:
|
||||
- Notification list to use when the alarm state is OK. Must be an array of
|
||||
valid rax_mon_notification ids.
|
||||
author: Ash Wilson
|
||||
author: Ash Wilson (@smashwilson)
|
||||
extends_documentation_fragment: rackspace.openstack
|
||||
'''
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ notes:
|
|||
requirements:
|
||||
- python >= 2.7
|
||||
- pymssql
|
||||
author: Vedit Firat Arig
|
||||
author: Vedit Firat Arig (@vedit)
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -21,7 +21,7 @@ description:
|
|||
- It will check first via de get-backend-prop if configuration needs to be applied.
|
||||
version_added: "2.2"
|
||||
author:
|
||||
- Werner Dijkerman
|
||||
- Werner Dijkerman (@dj-wasabi)
|
||||
options:
|
||||
opendj_bindir:
|
||||
description:
|
||||
|
|
|
@ -32,7 +32,9 @@ description:
|
|||
- LogicMonitor is a hosted, full-stack, infrastructure monitoring platform.
|
||||
- This module manages hosts, host groups, and collectors within your LogicMonitor account.
|
||||
version_added: "2.2"
|
||||
author: [Ethan Culler-Mayeno (@ethanculler), Jeff Wozniak (@woz5999)]
|
||||
author:
|
||||
- Ethan Culler-Mayeno (@ethanculler)
|
||||
- Jeff Wozniak (@woz5999)
|
||||
notes:
|
||||
- You must have an existing LogicMonitor account for this module to function.
|
||||
requirements: ["An existing LogicMonitor account", "Linux"]
|
||||
|
|
|
@ -16,7 +16,7 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: sensu_silence
|
||||
version_added: "2.4"
|
||||
author: Steven Bambling(@smbambling)
|
||||
author: Steven Bambling (@smbambling)
|
||||
short_description: Manage Sensu silence entries
|
||||
description:
|
||||
- Create and clear (delete) a silence entries via the Sensu API
|
||||
|
|
|
@ -44,7 +44,7 @@ options:
|
|||
required: false
|
||||
default: no
|
||||
requirements: [ ]
|
||||
author: Anders Ingemann
|
||||
author: Anders Ingemann (@andsens)
|
||||
'''
|
||||
|
||||
RETURN = '''
|
||||
|
|
|
@ -22,10 +22,10 @@ description:
|
|||
version_added: "2.0"
|
||||
author:
|
||||
- "(@cove)"
|
||||
- "Tony Minfei Ding"
|
||||
- "Harrison Gu (@harrisongu)"
|
||||
- "Werner Dijkerman"
|
||||
- "Eike Frost (@eikef)"
|
||||
- Tony Minfei Ding
|
||||
- Harrison Gu (@harrisongu)
|
||||
- Werner Dijkerman (@dj-wasabi)
|
||||
- Eike Frost (@eikef)
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "zabbix-api >= 0.5.3"
|
||||
|
|
|
@ -67,7 +67,9 @@ options:
|
|||
default: 'https://api.hipchat.com/v1'
|
||||
version_added: 1.6.0
|
||||
|
||||
author: "WAKAYAMA Shirou (@shirou), BOURDEL Paul (@pb8226)"
|
||||
author:
|
||||
- Shirou Wakayama (@shirou)
|
||||
- Paul Bourdel (@pb8226)
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -185,10 +185,10 @@ requirements:
|
|||
- python-dnf
|
||||
- for the autoremove option you need dnf >= 2.0.1"
|
||||
author:
|
||||
- '"Igor Gnatenko (@ignatenkobrain)" <i.gnatenko.brain@gmail.com>'
|
||||
- '"Cristian van Ee (@DJMuggs)" <cristian at cvee.org>'
|
||||
- "Berend De Schouwer (github.com/berenddeschouwer)"
|
||||
- '"Adam Miller (@maxamillion)" <admiller@redhat.com>"'
|
||||
- Igor Gnatenko (@ignatenkobrain) <i.gnatenko.brain@gmail.com>
|
||||
- Cristian van Ee (@DJMuggs) <cristian at cvee.org>
|
||||
- Berend De Schouwer (@berenddeschouwer)
|
||||
- Adam Miller (@maxamillion) <admiller@redhat.com>
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -20,7 +20,8 @@ short_description: Dpkg package selection selections
|
|||
description:
|
||||
- Change dpkg package selection state via --get-selections and --set-selections.
|
||||
version_added: "2.0"
|
||||
author: Brian Brazil <brian.brazil@boxever.com>
|
||||
author:
|
||||
- Brian Brazil (@brian-brazil) <brian.brazil@boxever.com>
|
||||
options:
|
||||
name:
|
||||
description:
|
||||
|
|
|
@ -19,8 +19,8 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: git_config
|
||||
author:
|
||||
- "Matthew Gamble"
|
||||
- "Marius Gedminas"
|
||||
- Matthew Gamble (@djmattyg007)
|
||||
- Marius Gedminas
|
||||
version_added: 2.1
|
||||
requirements: ['git']
|
||||
short_description: Read and write git configuration
|
||||
|
|
|
@ -44,7 +44,7 @@ options:
|
|||
notes:
|
||||
- Requires a version of SELinux recent enough ( ie EL 6 or newer )
|
||||
requirements: [ policycoreutils-python ]
|
||||
author: Michael Scherer <misc@zarb.org>
|
||||
author: Michael Scherer (@mscherer) <misc@zarb.org>
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -49,7 +49,7 @@ requirements:
|
|||
- libselinux-python
|
||||
- policycoreutils-python
|
||||
author:
|
||||
- Dan Keder
|
||||
- Dan Keder (@dankeder)
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -19,7 +19,7 @@ description:
|
|||
changing of options for a zone that's already been created.
|
||||
version_added: "2.0"
|
||||
author:
|
||||
- Paul Markham
|
||||
- Paul Markham (@pmarkham)
|
||||
requirements:
|
||||
- Solaris 10 or 11
|
||||
options:
|
||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
author: James Hogarth
|
||||
author: James Hogarth (@hogarthj)
|
||||
module: jenkins_script
|
||||
short_description: Executes a groovy script in the jenkins instance
|
||||
version_added: '2.3'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue