forked from ansible-collections/ibm_zos_core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgalaxy.yml
99 lines (86 loc) · 2.35 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# IBM collection namespace
namespace: ibm
# IBM z/OS core collection as part of the
# Red Hat Ansible Certified Content for IBM Z offering
name: ibm_zos_core
# The collection version
version: 1.9.0-beta.1
# Collection README file
readme: README.md
# Contributors
authors:
- Demetrios Dimatos <[email protected]>
- Rich Parker <[email protected]>
- Ketan Kelkar <[email protected]>
- Ivan Moreno <[email protected]>
- Oscar Fernando Flores Garcia <[email protected]>
- Jenny Huang <[email protected]>
- Marcel Gutierrez <[email protected]>
# Description
description: The IBM z/OS core collection includes connection plugins, action plugins, modules, filters 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,
infrastructure,
]
# 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://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_core/issues
# Ignore files and directories matching the following patterns
build_ignore:
- '*.tar.gz'
- __pycache__
- .cache
- .DS_Store
- .git
- .github
- .gitignore
- .python-version
- .pytest_cache
- .vscode
- Jenkinsfile
- ac
- ansible.cfg
- changelogs
- collections
- docs
- importer_result.json
- scripts
- test_config.yml
- tests/*.ini
- tests/*.py
- tests/.pytest_cache
- tests/__pycache__
- tests/functional
- tests/helpers
- tests/requirements.txt
- tests/unit
- tests/sanity/ignore-2.9.txt
- tests/sanity/ignore-2.10.txt
- tests/sanity/ignore-2.11.txt
- tests/sanity/ignore-2.12.txt
- tests/sanity/ignore-2.13.txt
- venv*