From b292bb59223896c80be01bf861d61dd995373c8f Mon Sep 17 00:00:00 2001 From: "Mark J. Horninger" Date: Mon, 5 Feb 2024 21:32:49 -0500 Subject: [PATCH] Updated the version number --- .../workflows/publish-to-ansible-galaxy.yml | 7 +++++- dominion_solutions/netbird/galaxy.yml | 25 +++++++++++-------- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/.github/workflows/publish-to-ansible-galaxy.yml b/.github/workflows/publish-to-ansible-galaxy.yml index be86278..6136dcf 100644 --- a/.github/workflows/publish-to-ansible-galaxy.yml +++ b/.github/workflows/publish-to-ansible-galaxy.yml @@ -1,5 +1,10 @@ name: publish-to-ansible-galaxy -on: [tags] +on: + tags: + - * + push: + branches: + - main jobs: ansible-publish: steps: diff --git a/dominion_solutions/netbird/galaxy.yml b/dominion_solutions/netbird/galaxy.yml index 0ce70a0..8b5b057 100644 --- a/dominion_solutions/netbird/galaxy.yml +++ b/dominion_solutions/netbird/galaxy.yml @@ -8,7 +8,7 @@ namespace: dominion_solutions name: netbird # The version of the collection. Must be compatible with semantic versioning -version: 1.0.0 +version: 0.0.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md @@ -16,17 +16,17 @@ readme: README.md # A list of the collection's content authors. Can be just the name or in the format 'Full Name (url) # @nicks:irc/im.site#channel' authors: -- your name +- Mark J. Horninger (https://dominion.solutions) ### OPTIONAL but strongly recommended # A short summary description of the collection -description: your collection description +description: A collection of roles and playbooks for managing netbird peers. # Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only # accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file' license: -- GPL-2.0-or-later +- MIT # The path to the license file for the collection. This path is relative to the root of the collection. This key is # mutually exclusive with 'license' @@ -34,7 +34,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: +- netbird +- ansible +- vpn +- network +- virtual +- private # 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 @@ -43,16 +49,16 @@ tags: [] dependencies: {} # The URL of the originating SCM repository -repository: http://example.com/repository +repository: https://github.com/dominion-solutions/ansible-netbird-role # The URL to any online docs -documentation: http://docs.example.com +documentation: https://github.com/dominion-solutions/ansible-netbird-role/blob/main/README.md # The URL to the homepage of the collection/project -homepage: http://example.com +homepage: https://github.com/dominion-solutions/ansible-netbird-role # The URL to the collection issue tracker -issues: http://example.com/issue/tracker +issues: https://github.com/dominion-solutions/ansible-netbird-role/issues # A list of file glob-like patterns used to filter any files or directories that should not be included in the build # artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This @@ -66,4 +72,3 @@ build_ignore: [] # 'omit_default_directives' is a boolean that controls whether the default directives are used. Mutually exclusive # with 'build_ignore' # manifest: null -