forked from redhat-cop/cloud.vmware_ops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgalaxy.yml
27 lines (27 loc) · 762 Bytes
/
galaxy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
namespace: cloud
name: vmware_ops
version: 1.8.0
readme: README.md
authors:
- Ansible Cloud Content Team (@redhat-cop)
description: Collection to manage VMware
license_file: LICENSE
tags:
- vmware
- infrastructure
repository: https://github.com/redhat-cop/cloud.vmware_ops
# documentation: https://github.com/ansible-collection-migration/community.REPO_NAME/tree/main/docs
homepage: https://github.com/redhat-cop/cloud.vmware_ops
issues: https://github.com/redhat-cop/cloud.vmware_ops/issues
build_ignore:
- .gitignore
- changelogs/.plugin-cache.yaml
- tmp
- context
- .idea
dependencies:
"vmware.vmware_rest": ">=2.3.1"
"community.vmware": ">=4.4.0"
"vmware.vmware": ">=1.6.0"
"community.general": ">=9.2.0"
"ansible.posix": ">=1.5.4"