diff --git a/galaxy.yml b/galaxy.yml index 7bff741..78a4e43 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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 @@ -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 diff --git a/roles/node/README.md b/roles/node/README.md index bdb145d..6d4b61f 100644 --- a/roles/node/README.md +++ b/roles/node/README.md @@ -1,4 +1,4 @@ -# Substrate node deployment ansible role +# Substrate/Polkadot node deployment ansible role The role can deploy a Substrate node. diff --git a/roles/node/meta/main.yml b/roles/node/meta/main.yml new file mode 100644 index 0000000..3f77812 --- /dev/null +++ b/roles/node/meta/main.yml @@ -0,0 +1,25 @@ +galaxy_info: + author: Devops Team + 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: []