diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
commit | 975f66f2eebe9dadba04f275774d4ab83f74cf25 (patch) | |
tree | 89bd26a93aaae6a25749145b7e4bca4a1e75b2be /ansible_collections/community/vmware/.github/BOTMETA.yml | |
parent | Initial commit. (diff) | |
download | ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.tar.xz ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.zip |
Adding upstream version 7.7.0+dfsg.upstream/7.7.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/community/vmware/.github/BOTMETA.yml')
-rw-r--r-- | ansible_collections/community/vmware/.github/BOTMETA.yml | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/ansible_collections/community/vmware/.github/BOTMETA.yml b/ansible_collections/community/vmware/.github/BOTMETA.yml new file mode 100644 index 000000000..f571ecf21 --- /dev/null +++ b/ansible_collections/community/vmware/.github/BOTMETA.yml @@ -0,0 +1,87 @@ +automerge: false +files: + docs/: + labels: docs + $connection/: + labels: connection + $modules/: + ignored: cigamit jcpowermac mtnbikenc tchernomax ckotte lparkes + keywords: + - esx + - vcenter + - vcsa + - vcsim + - vsphere + labels: + - cloud + - vmware + maintainers: $team_vmware + notified: + $modules/vmware_deploy_ovf.py: + ignored: sivel + $httpapi: + keywords: + - esx + - vcenter + - vcsa + - vcsim + - vsphere + labels: + - cloud + - vmware_httpapi + maintainers: $team_vmware_httpapi + $modules/vmware_vm_shell.py: + maintainers: chrrrles + scripts/inventory/vmware.py: + keywords: + - vmware inventory + - vmware dynamic inventory script + labels: + - cloud + - inventory + maintainers: $team_vmware + migrated_to: community.vmware + scripts/inventory/vmware_inventory.py: + keywords: + - vmware inventory + - vmware dynamic inventory script + labels: + - cloud + - vmware + - inventory + maintainers: $team_vmware + $module_utils/vmware: + $module_utils/vmware_httpapi: + $connection/vmware_tools.py: + support: community + maintainers: $team_vmware + labels: + - vmware + - cloud + $inventory/vmware_vm_inventory.py: + labels: + - vmware + - cloud + maintainers: $team_vmware + keywords: + - vmware inventory + - vmware dynamic inventory plugin + ignored: cigamit jcpowermac mtnbikenc tchernomax ckotte lparkes + tests/: + labels: tests + tests/integration/: + labels: integrations + tests/units/: + labels: units +macros: + action: plugins/action + callback: plugins/callback + connection: plugins/connection + doc_fragments: plugins/doc_fragments + httpapi: plugins/httpapi + inventory: plugins/inventory + lookup: plugins/lookup + module_utils: plugins/module_utils + modules: plugins/modules + team_vmware: Akasurde warthog9 Tomorrow9 goneri pgbidkar + team_vmware_httpapi: Akasurde warthog9 Tomorrow9 goneri pgbidkar n3pjk |