Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update meta #79

Merged
merged 2 commits into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: paritytech
name: chain

# The version of the collection. Must be compatible with semantic versioning
version: 1.10.3
version: 1.10.4

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand All @@ -33,7 +33,13 @@ license_file: ''

# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
# requirements as 'namespace' and 'name'
tags: []
tags:
- parity
- substrate
- polkadot
- kusama
- validator
- parachain

# Collections that this collection requires to be installed for it to be usable. The key of the dict is the
# collection label 'namespace.name'. The value is a version range
Expand Down
2 changes: 1 addition & 1 deletion roles/node/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Substrate node deployment ansible role
# Substrate/Polkadot node deployment ansible role

The role can deploy a Substrate node.

Expand Down
25 changes: 25 additions & 0 deletions roles/node/meta/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
galaxy_info:
author: Devops Team <devops-team@parity.io>
description: Substrate/Polkadot node deployment ansible role
company: paritytech
license: GPL-2.0-or-later

min_ansible_version: "2.10"

platforms:
- name: Debian
versions:
- all

galaxy_tags:
- parity
- validator
- parachain
- substarte
- polkadot
- kusama
- rococo
- collator
- rpc

dependencies: []
Loading