From a4357a1a704d0903c674c4f28ef201c082e3c14d Mon Sep 17 00:00:00 2001 From: Teoman ONAY Date: Wed, 24 Jul 2024 15:24:17 +0200 Subject: [PATCH] Documentation update - License - Links to doc, repo, issue tracker,... Signed-off-by: Teoman ONAY --- README.md | 8 ++++---- galaxy.yml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4019b55..3c9a403 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains the `ceph.automation` Ansible Collection. ## Tested with Ansible -Tested with ansible-core >=2.14 releases and the current development version of ansible-core. +Tested with ansible-core >=2.15 releases and the current development version of ansible-core. ## External requirements @@ -12,7 +12,7 @@ Some modules and plugins require external libraries. Please check the requiremen ## Included content -Please check the included content on the [Ansible Galaxy page for this collection](https://galaxy.ansible.com/ceph/ansible). +Please check the included content on the [Ansible Galaxy page for this collection](https://galaxy.ansible.com/ui/repo/published/ceph/automation). ## Using this collection @@ -33,7 +33,7 @@ To upgrade the collection to the latest available version, run the following com ansible-galaxy collection install ceph.automation --upgrade ``` -You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax where `X.Y.Z` can be any [available version](https://galaxy.ansible.com/ceph/ansible): +You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax where `X.Y.Z` can be any [available version](https://galaxy.ansible.com/ui/repo/published/ceph/automation): ```bash ansible-galaxy collection install ceph.automation:==X.Y.Z @@ -43,7 +43,7 @@ See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_gui ## Release notes -See the [changelog](https://github.com/ansible-collections/REPONAMEHERE/tree/main/CHANGELOG.rst). +See the [changelog](https://github.com/ceph/ceph.automation/blob/main/CHANGELOG.rst). ## Roadmap diff --git a/galaxy.yml b/galaxy.yml index 3cf399a..00eb8c9 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -5,7 +5,7 @@ namespace: "ceph" name: "automation" -version: 1.0.0 +version: 1.0.1 readme: README.md authors: - Teoman ONAY @@ -16,10 +16,10 @@ license_file: LICENSE tags: ["linux", "tools"] dependencies: {} -repository: http://example.com/repository -documentation: http://docs.example.com -homepage: http://example.com -issues: http://example.com/issue/tracker +repository: https://github.com/ceph/ceph.automation +documentation: https://docs.ceph.com/projects/ceph.automation +homepage: https://github.com/ceph/ceph.automation +issues: https://github.com/ceph/ceph.automation/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