forked from ansible-collections/ibm_zos_cics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgalaxy.yml
61 lines (48 loc) · 1.45 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
# (c) Copyright IBM Corp. 2020,2021
# IBM collection namespace
namespace: ibm
# Red Hat Ansible Certified Content for IBM Z
name: ibm_zos_cics
# The collection version
version: 1.0.1
# Collection README file
readme: README.md
# Contributors
authors:
- Stewart Francis
- Tom Latham
- Sophie Green
- Ya Qing Chen
# 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]
# 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
- docs
- CONTRIBUTING.md
- build.sh
- requirements.txt
- dev-requirements.txt
- devguide.md