forked from ansible-collections/ibm_zos_core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
galaxy.yml
73 lines (60 loc) · 1.88 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# IBM collection namespace
namespace: ibm
# Red Hat Ansible Certified Content for IBM Z
# IBM z/OS core collection
name: ibm_zos_core
# The collection version
version: 1.2.0-beta.1
# Collection README file
readme: README.md
# Contributors
authors:
- Asif Mahmud <[email protected]>
- Blake Becker <[email protected]>
- Xiao Yuan Ma <[email protected]>
- Demetrios Dimatos <[email protected]>
- Jack Ho <[email protected]>
- Lu Zhao <[email protected]>
- Ping Xiao <[email protected]>
- Behnam Al Kajbaf <[email protected]>
- Andrew Nguyen <[email protected]>
- Radha Varadachari <[email protected]>
# Description
description: The IBM z/OS core collection includes connection plugins, action plugins, modules, filters, sample playbooks and ansible-doc to automate tasks on z/OS.
# Portions of this collection are licensed under GNU General Public License Version 3.0
# and portions of this collection are licensed under Apache License, Version 2.0
license:
- "GPL-3.0-only"
- "Apache-2.0"
# Tags
tags:
[
ibm,
z,
zos,
z_os,
core,
zos_core,
ibm_zos_core,
data_set,
jcl,
uss,
mvs,
]
# Collections that this collection requires to be installed for it to be usable.
# dependencies: { # This collection depends on no other collections # }
# The URL of the originating SCM repository
repository: https://github.com/ansible-collections/ibm_zos_core
# The URL to any online docs
documentation: https://ansible-collections.github.io/ibm_zos_core/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_core/issues
# Ignore files and directories matching the following patterns
build_ignore:
- Dockerfile
- Jenkinsfile
- yamllint.yaml
- ansible.cfg
- .gitignore