mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add team_crypto (#51866)
A first step to a Crypto Working Group. This PR also includes letsencrypt keyword.
This commit is contained in:
parent
dfee94dfc7
commit
705b0476fc
1 changed files with 6 additions and 7 deletions
13
.github/BOTMETA.yml
vendored
13
.github/BOTMETA.yml
vendored
|
@ -170,10 +170,10 @@ files:
|
||||||
$modules/commands/raw.py: $team_ansible
|
$modules/commands/raw.py: $team_ansible
|
||||||
$modules/commands/script.py: $team_ansible
|
$modules/commands/script.py: $team_ansible
|
||||||
$modules/commands/shell.py: $team_ansible
|
$modules/commands/shell.py: $team_ansible
|
||||||
$modules/crypto/:
|
$modules/crypto/: &crypto
|
||||||
maintainers: Spredzy
|
keywords: [ letsencrypt, lets encrypt ]
|
||||||
notified: felixfontein
|
labels: crypto
|
||||||
$modules/crypto/acme/: resmo felixfontein
|
maintainers: $team_crypto
|
||||||
$modules/database/influxdb/: kamsz
|
$modules/database/influxdb/: kamsz
|
||||||
$modules/database/mssql/mssql_db.py: Jmainguy kenichi-ogawa-1988
|
$modules/database/mssql/mssql_db.py: Jmainguy kenichi-ogawa-1988
|
||||||
$modules/database/mysql/: &mysql
|
$modules/database/mysql/: &mysql
|
||||||
|
@ -576,9 +576,7 @@ files:
|
||||||
$module_utils/cloudstack.py:
|
$module_utils/cloudstack.py:
|
||||||
maintainers: $team_cloudstack
|
maintainers: $team_cloudstack
|
||||||
labels: cloudstack
|
labels: cloudstack
|
||||||
$module_utils/crypto.py:
|
$module_utils/crypto.py: *crypto
|
||||||
maintainers: Spredzy
|
|
||||||
notified: felixfontein
|
|
||||||
$module_utils/csharp: &windows_core
|
$module_utils/csharp: &windows_core
|
||||||
labels: windows
|
labels: windows
|
||||||
maintainers: $team_windows_core
|
maintainers: $team_windows_core
|
||||||
|
@ -1335,6 +1333,7 @@ macros:
|
||||||
team_bsd: AMDmi3 bcoca dagwieers jasperla JoergFiedler mekanix opoplawski overhacked tuxillo
|
team_bsd: AMDmi3 bcoca dagwieers jasperla JoergFiedler mekanix opoplawski overhacked tuxillo
|
||||||
team_cloudscale: gaudenz resmo
|
team_cloudscale: gaudenz resmo
|
||||||
team_cloudstack: resmo dpassante rhtyd
|
team_cloudstack: resmo dpassante rhtyd
|
||||||
|
team_crypto: felixfontein resmo spredzy
|
||||||
team_cumulus: isharacomix jrrivers
|
team_cumulus: isharacomix jrrivers
|
||||||
team_cyberark_conjur: jvanderhoof ryanprior
|
team_cyberark_conjur: jvanderhoof ryanprior
|
||||||
team_digital_ocean: aluvenko, BondAnthony, mgregson
|
team_digital_ocean: aluvenko, BondAnthony, mgregson
|
||||||
|
|
Loading…
Reference in a new issue