mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
|
||||
files:
|
||||
.github/BOTMETA.yml:
|
||||
labels:
|
||||
- botmeta
|
||||
$modules/cloud/amazon/:
|
||||
notify:
|
||||
- willthames
|
||||
|
@ -806,10 +809,15 @@ files:
|
|||
- dynamic inventory script
|
||||
- dynamic inventory
|
||||
- inventory script
|
||||
labels:
|
||||
- "c:inventory/contrib_script"
|
||||
support: community
|
||||
contrib/inventory/linode.py:
|
||||
keywords:
|
||||
- linode dynamic inventory script
|
||||
maintainers: intheclouddan rwaweber zbal
|
||||
labels:
|
||||
- cloud
|
||||
contrib/inventory/openstack.py:
|
||||
keywords:
|
||||
- openstack dynamic inventory script
|
||||
|
@ -822,7 +830,18 @@ files:
|
|||
- azure inventory
|
||||
- azure rm inventory
|
||||
- azure azure_rm dynamic inventory script
|
||||
labels:
|
||||
- cloud
|
||||
- azure
|
||||
maintainers: $team_azure
|
||||
contrib/inventory/vmware:
|
||||
keywords:
|
||||
- vmware inventory
|
||||
- vmware dynamic inventory script
|
||||
labels:
|
||||
- cloud
|
||||
- vmware
|
||||
maintainers: $team_vmware
|
||||
lib/ansible/inventory:
|
||||
keywords:
|
||||
- core inventory
|
||||
|
|
Loading…
Reference in a new issue