forked from ansible-collections/ibm_zos_cics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
galaxy.yml
76 lines (64 loc) · 1.71 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
---
# (c) Copyright IBM Corp. 2020,2024
# IBM collection namespace
namespace: ibm
# Red Hat Ansible Certified Content for IBM Z
name: ibm_zos_cics
# The collection version
version: 2.1.0
# Collection README file
readme: README.md
# Contributors
authors:
- Stewart Francis
- Tom Latham
- Sophie Green
- Ya Qing Chen
- Andrew Twydell
# Description
description:
The Red Hat Ansible Certified Content for IBM Z CICS collection includes connection plugins, action plugins,
modules and sample playbooks to automate tasks for CICS
# License
license: [Apache-2.0]
# Tags
tags: [ibm, z, zos, z_os, cics, cmci, 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_cics
# The URL to any online docs
documentation: https://ibm.github.io/z_ansible_collections_doc
# 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_cics/issues
# Ignore files and directories matching the following patterns
build_ignore:
- Dockerfile
- yamllint.yaml
- venv2
- venv3
- .pytest_cache
- .idea
- .gitignore
- .ansible-test
- tests/integration
- tests/unit
- tests/output
- tests/__init__.py
- docs
- CONTRIBUTING.md
- build.sh
- dev-requirements.txt
- doc-requirements.txt
- .travis
- .github
- .ansible-lint
- .travis.yml
- .whitesource
- ibm-ibm_zos_cics-*.tar.gz
- changelogs
- .devcontainer
- .vscode
- .secrets.baseline