forked from IBM/ansible-power-hmc
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgalaxy.yml
More file actions
54 lines (39 loc) · 1.42 KB
/
galaxy.yml
File metadata and controls
54 lines (39 loc) · 1.42 KB
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
# Copyright (c) IBM Corporation 2020
# IBM collection namespace
namespace: ibm
# Ansible collection for Power HMC
name: power_hmc
# The version of the collection. Must be compatible with semantic versioning
version: 1.15.0
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
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:
- Anil Vijayan (@AnilVijayan)
- Navinakumar Kandakur (@nkandak1)
- Sreenidhi S (@sreenidhi.s01)
### OPTIONAL but strongly recommended
# A short summary description of the collection
description: Ansible Content for IBM Power HMCs - to manage configurations of Power HMC and Power systems managed by the HMC.
# Collection License
license:
- GPL-3.0-only
# Collection Tags
tags: [infrastructure, ibm, power, hmc]
dependencies: {}
# The URL of the originating SCM repository
repository: https://github.com/IBM/ansible-power-hmc
# The URL to any online docs
documentation: https://ibm.github.io/ansible-power-hmc/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-hmc/issues
# Files to ignore when building power_hmc collection
build_ignore:
- builds
- devops
- docs/images
- docs/source/demo.rst
- '*.tar.gz'