generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 6
/
galaxy.yml
57 lines (44 loc) · 1.33 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
# Copyright (c) IBM Corporation 2020, 2023
# IBM collection namespace
namespace: ibm
# IBM Z System Automation collection
name: ibm_zos_sysauto
# The version of the collection.
version: 1.1.0
# Collection README file
readme: README.md
# Contributors
authors:
- Bernd Jostmeyer <[email protected]>
# A short summary description of the collection
description: The IBM Z System Automation collection includes roles and sample playbooks to access the IBM Z System Automation Operations REST server.
# This collection is licensed under Apache License, Version 2.0
license:
- "Apache-2.0"
# Tags
tags:
- ibm
- z
- zos
- z_os
- zos_sa
- ibm_zos_sa
- system_automation
- infrastructure
- tools
# The URL of the originating SCM repository
repository: https://github.com/ansible-collections/ibm_zos_sysauto
# 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/knowledgecenter/SSWRCJ_4.2.0/com.ibm.safos.doc_4.2/kc_welcome-444.html
# The URL to the collection issue tracker
issues: https://github.com/ansible-collections/ibm_zos_sysauto/issues
# Ignore files and directories matching the following patterns
build_ignore:
- .gitignore
- .github
- .gitattributes
- '*.tar.gz'
- docs
- changelogs