forked from ansible-collections/ibm_zos_ims
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgalaxy.yml
executable file
·57 lines (43 loc) · 1.54 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# IBM collection namespace
namespace: ibm
# Red Hat Ansible Certified Content for IBM Z
# IBM z/OS IMS collection
name: ibm_zos_ims
# The collection version
version: 1.1.0-beta.1
# Collection README file
readme: README.md
# Contributors
authors:
- An Lam <[email protected]>
- Bryant Panyarachun <[email protected]>
- Dipti Gandhi <[email protected]>
- Jerry Li <[email protected]>
- Ketan Kelkar <[email protected]>
- Omar Elbarmawi <[email protected]>
- Radha Varadachari <[email protected]>
- Seema Phalke <[email protected]>
# Description
description: The IBM z/OS IMS collection includes modules and sample playbooks to automate tasks for IBM IMS.
# This collection is licensed under Apache License, Version 2.0
license:
- "Apache-2.0"
# Tags
tags: [ibm, z, zos, z_os, core, zos_core, data_set, jcl, uss, mvs, ims, zos_ims]
# Collections that this collection requires to be installed for it to be usable.
dependencies:
"ibm.ibm_zos_core": ">=1.2.1"
# The URL of the originating SCM repository
repository: https://github.com/ansible-collections/ibm_zos_ims
# The URL to any online docs
documentation: https://ibm.github.io/z_ansible_collections_doc/index.html
# The URL to the homepage of the collection/project
homepage: https://www.ibm.com/support/z-content-solutions/ansible/
# The URL to the collection issue tracker
issues: https://github.com/ansible-collections/ibm_zos_ims/issues
# Ignore files and directories matching the following patterns
build_ignore:
- yamllint.yaml
- ansible.cfg
- .gitignore
- gh-pages