From b79ab788d846fd3332af77a3c5380f9987241e04 Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Sun, 9 Feb 2025 18:31:54 +0100 Subject: [PATCH] meta: improve README, add galaxy tags --- README.md | 6 ++++++ galaxy.yml | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c840862..ae92de0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ ## Overview +This collection contains roles focused on various components around CI/CD, including +automation servers like Jenkins, its agents or vaguely related components like caching +proxies and artifact registries. + ## Roles ## License + +[CNPLv7+](LICENSE.md): Cooperative Nonviolent Public License diff --git a/galaxy.yml b/galaxy.yml index 71ae661..f676f8a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -12,4 +12,7 @@ build_ignore: - '*.tar.gz' repository: https://git.finally.coffee/finallycoffee/cicd issues: https://codeberg.org/finallycoffee/ansible-collection-cicd/issues -tags: [] +tags: + - cicd + - ci + - cd