-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathgalaxy.yml
52 lines (38 loc) · 1.28 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
# Copyright (c) IBM Corporation 2020
# IBM collection namespace
namespace: ibm
# Ansible collection for Power VIOS OS
name: power_vios
# The version of the collection.
version: 1.3.0
# 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)
- Nitish K Mishra (@nitismis)
- Shreyansh Chamola (@schamola)
# Collection Description
description: Ansible Content for IBM Power Systems - VIOS provides a collection of content used to manage and deploy Power Systems VIOS.
# Collection License
license:
- GPL-3.0-only
# Collection Tags
tags: [infrastructure, ibm, power, vios]
# Collection Dependencies
dependencies: {}
# The URL of the originating SCM repository
repository: https://github.com/IBM/ansible-power-vios
# The URL to any online docs
documentation: https://ibm.github.io/ansible-power-vios/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-vios/issues
# Files to ignore when building power_vios collection
build_ignore:
- builds
- devops
- 'docs/_pdf'
- '*.tar.gz'