Add more bot meta about inventory scripts (#28794)
* Add more bot meta about inventory scripts * Add a key for the botmeta too
This commit is contained in:
parent
9647a4c94f
commit
4b4c946b4b
1 changed files with 19 additions and 0 deletions
19
.github/BOTMETA.yml
vendored
19
.github/BOTMETA.yml
vendored
|
@ -33,6 +33,9 @@
|
||||||
|
|
||||||
automerge: False
|
automerge: False
|
||||||
files:
|
files:
|
||||||
|
.github/BOTMETA.yml:
|
||||||
|
labels:
|
||||||
|
- botmeta
|
||||||
$modules/cloud/amazon/:
|
$modules/cloud/amazon/:
|
||||||
notify:
|
notify:
|
||||||
- willthames
|
- willthames
|
||||||
|
@ -806,10 +809,15 @@ files:
|
||||||
- dynamic inventory script
|
- dynamic inventory script
|
||||||
- dynamic inventory
|
- dynamic inventory
|
||||||
- inventory script
|
- inventory script
|
||||||
|
labels:
|
||||||
|
- "c:inventory/contrib_script"
|
||||||
|
support: community
|
||||||
contrib/inventory/linode.py:
|
contrib/inventory/linode.py:
|
||||||
keywords:
|
keywords:
|
||||||
- linode dynamic inventory script
|
- linode dynamic inventory script
|
||||||
maintainers: intheclouddan rwaweber zbal
|
maintainers: intheclouddan rwaweber zbal
|
||||||
|
labels:
|
||||||
|
- cloud
|
||||||
contrib/inventory/openstack.py:
|
contrib/inventory/openstack.py:
|
||||||
keywords:
|
keywords:
|
||||||
- openstack dynamic inventory script
|
- openstack dynamic inventory script
|
||||||
|
@ -822,7 +830,18 @@ files:
|
||||||
- azure inventory
|
- azure inventory
|
||||||
- azure rm inventory
|
- azure rm inventory
|
||||||
- azure azure_rm dynamic inventory script
|
- azure azure_rm dynamic inventory script
|
||||||
|
labels:
|
||||||
|
- cloud
|
||||||
|
- azure
|
||||||
maintainers: $team_azure
|
maintainers: $team_azure
|
||||||
|
contrib/inventory/vmware:
|
||||||
|
keywords:
|
||||||
|
- vmware inventory
|
||||||
|
- vmware dynamic inventory script
|
||||||
|
labels:
|
||||||
|
- cloud
|
||||||
|
- vmware
|
||||||
|
maintainers: $team_vmware
|
||||||
lib/ansible/inventory:
|
lib/ansible/inventory:
|
||||||
keywords:
|
keywords:
|
||||||
- core inventory
|
- core inventory
|
||||||
|
|
Loading…
Reference in a new issue