forked from IBM/ansible-power-aix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
galaxy.yml
58 lines (43 loc) · 1.39 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
# Copyright (c) IBM Corporation 2021
# IBM collection namespace
namespace: ibm
# Ansible collection for Power AIX OS
name: power_aix
# The version of the collection.
version: 1.7.2
# Collection README file (relative to root path)
readme: README.md
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)
# @nicks:irc/im.site#channel'
authors:
- Paul B. Finley (@pbfinley1911)
- Pedro Torres (@pvtorres)
- Nitish Mishra (@nitismis)
- Joseph de Joya (@jdejoya17)
- Rae Yang (@raeyacld)
- Gomathi Mohan (@MGomathi)
- Shreyansh Chamola (@schamola)
# Collection Description
description: Ansible Content for IBM Power Systems - AIX provides a collection of content used to manage and deploy Power Systems AIX.
# Collection License
license:
- GPL-3.0-only
# Collection Tags
tags: [infrastructure, ibm, power, aix]
# Collection Dependencies
dependencies: {}
# The URL of the originating SCM repository
repository: https://github.com/IBM/ansible-power-aix
# The URL to any online docs
documentation: https://ibm.github.io/ansible-power-aix/index.html
# The URL to the homepage of the collection/project
homepage: https://github.com/IBM
# The URL to the collection issue tracker
issues: https://github.com/IBM/ansible-power-aix/issues
# Files to ignore when building power_aix collection
build_ignore:
- builds
- devops
- 'docs/_pdf'
- 'tests/unit'
- '*.tar.gz'