-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgalaxy.yml
37 lines (31 loc) · 819 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
28
29
30
31
32
33
34
35
36
37
namespace: goldyfruit
name: ibmcloud_automation
version: 1.0.3
readme: README.md
authors:
- Gaëtan Trellu <gaetan.trellu@gmail.com>
- James Regis <james.regis@gmail.com>
description: Modules to interact with features running on IBM Cloud platform.
license_file: "LICENSE"
tags:
- ibmcloud
- cloud
- collection
- vpc
- vsi
- classic
- infrastructure
- baremetal
- softlayer
dependencies:
community.general: "*"
repository: https://github.com/goldyfruit/ibmcloud-ansible-collection
documentation: https://github.com/goldyfruit/ibmcloud-ansible-collection
homepage: https://github.com/goldyfruit/ibmcloud-ansible-collection
issues: https://github.com/goldyfruit/ibmcloud-ansible-collection/issues
build_ignore:
- venv
- ansible_collections
- tests/output
- .pytest_cache
- .vscode