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