Skip to content

Commit

Permalink
update meta (#79)
Browse files Browse the repository at this point in the history
* update meta

* fix
  • Loading branch information
BulatSaif committed Jul 25, 2024
1 parent 2de42ca commit 7055abc
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
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: []

0 comments on commit 7055abc

Please sign in to comment.