From e80bc8524b83bfe3580fa4f810150e834daf5f81 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 30 Jul 2024 17:52:16 +0930 Subject: [PATCH] chore: add skeleton !1 --- README.md | 62 ++++++++++++++++++++++++++++++++++++++++++++-- docs/.gitkeep | 0 galaxy.yml | 10 ++++---- playbooks/.gitkeep | 0 plugins/.gitkeep | 0 roles/.gitkeep | 0 6 files changed, 65 insertions(+), 7 deletions(-) create mode 100644 docs/.gitkeep create mode 100644 playbooks/.gitkeep create mode 100644 plugins/.gitkeep create mode 100644 roles/.gitkeep diff --git a/README.md b/README.md index 2814acb..45a3104 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,61 @@ -# Ansible Collection - nofusscomputing.itsm + -Documentation for the collection. +# No Fuss Computing - Ansible Collection Centurion + +
+ +![Project Status - Active](https://img.shields.io/badge/Project%20Status-Active-green?logo=gitlab&style=plastic) + + +[![Downloads](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fgalaxy.ansible.com%2Fapi%2Fv3%2Fplugin%2Fansible%2Fcontent%2Fpublished%2Fcollections%2Findex%2Fnofusscomputing%2Fcenturion%2F&query=%24.download_count&style=plastic&logo=ansible&logoColor=white&label=Galaxy%20Downloads&labelColor=black&color=cyan)](https://galaxy.ansible.com/ui/repo/published/nofusscomputing/kubernetes/) + + +---- + +
+ +![Gitlab forks count](https://img.shields.io/badge/dynamic/json?label=Forks&query=%24.forks_count&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F59504579%2F&color=ff782e&logo=gitlab&style=plastic) ![Gitlab stars](https://img.shields.io/badge/dynamic/json?label=Stars&query=%24.star_count&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F59504579%2F&color=ff782e&logo=gitlab&style=plastic) [![Open Issues](https://img.shields.io/badge/dynamic/json?color=ff782e&logo=gitlab&style=plastic&label=Open%20Issues&query=%24.statistics.counts.opened&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F59504579%2Fissues_statistics)](https://gitlab.com/nofusscomputing/projects/ansible/collections/kubernetes/-/issues) + + + +![GitHub forks](https://img.shields.io/github/forks/NofussComputing/ansible_collection_centurion?logo=github&style=plastic&color=000000&labell=Forks) ![GitHub stars](https://img.shields.io/github/stars/NofussComputing/ansible_collection_centurion?color=000000&logo=github&style=plastic) ![Github Watchers](https://img.shields.io/github/watchers/NofussComputing/ansible_collection_centurion?color=000000&label=Watchers&logo=github&style=plastic) +
+ +This project is hosted on [gitlab](https://gitlab.com/nofusscomputing/projects/ansible/collections/kubernetes) and has a read-only copy hosted on [Github](https://github.com/NofussComputing/ansible_collection_centurion). + +---- + +**Stable Branch** + +![Gitlab build status - stable](https://img.shields.io/badge/dynamic/json?color=ff782e&label=Build&query=0.status&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F59504579%2Fpipelines%3Fref%3Dmaster&logo=gitlab&style=plastic) ![branch release version](https://img.shields.io/badge/dynamic/yaml?color=ff782e&logo=gitlab&style=plastic&label=Release&query=%24.commitizen.version&url=https%3A//gitlab.com/nofusscomputing/projects/ansible/collections/kubernetes%2F-%2Fraw%2Fmaster%2F.cz.yaml) + + + +---- + +**Development Branch** + +![Gitlab build status - development](https://img.shields.io/badge/dynamic/json?color=ff782e&label=Build&query=0.status&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F59504579%2Fpipelines%3Fref%3Ddevelopment&logo=gitlab&style=plastic) ![branch release version](https://img.shields.io/badge/dynamic/yaml?color=ff782e&logo=gitlab&style=plastic&label=Release&query=%24.commitizen.version&url=https%3A//gitlab.com/nofusscomputing/projects/ansible/collections/kubernetes%2F-%2Fraw%2Fdevelopment%2F.cz.yaml) + +---- +
+ + + +links: + +- [Issues](https://gitlab.com/nofusscomputing/projects/ansible/collections/centurion_erp_collection/-/issues) + +- [Merge Requests (Pull Requests)](https://gitlab.com/nofusscomputing/projects/ansible/collections/centurion_erp_collection/-/merge_requests) + + + +## Contributing +All contributions for this project must conducted from [Gitlab](https://gitlab.com/nofusscomputing/projects/ansible/collections/centurion_erp_collection). + +For further details on contributing please refer to the [contribution guide](CONTRIBUTING.md). + + +## Other + +This repo is release under this [license](LICENSE) diff --git a/docs/.gitkeep b/docs/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/galaxy.yml b/galaxy.yml index 9456e8b..f96565d 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -5,7 +5,7 @@ namespace: nofusscomputing # The name of the collection. Has the same character restrictions as 'namespace' -name: itsm +name: centurion # The version of the collection. Must be compatible with semantic versioning version: 0.0.1 @@ -21,7 +21,7 @@ authors: ### OPTIONAL but strongly recommended # A short summary description of the collection -description: Collection for ITSM application +description: Companion collection for Centurion ERP # 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' @@ -45,16 +45,16 @@ tags: dependencies: {} # The URL of the originating SCM repository -repository: https://gitlab.com/nofusscomputing/projects/ansible/collections/itsm +repository: https://gitlab.com/nofusscomputing/projects/ansible/collections/centurion_erp_collection # The URL to any online docs -documentation: https://nofusscomputing.com/projects/ansible/collection/itsm/ +documentation: https://nofusscomputing.com/projects/ansible/collection/centurion/ # The URL to the homepage of the collection/project # homepage: https://example.com # The URL to the collection issue tracker -issues: https://gitlab.com/nofusscomputing/projects/ansible/collections/itsm/-/issues +issues: https://gitlab.com/nofusscomputing/projects/ansible/collections/centurion_erp_collection/-/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 diff --git a/playbooks/.gitkeep b/playbooks/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/plugins/.gitkeep b/plugins/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/roles/.gitkeep b/roles/.gitkeep new file mode 100644 index 0000000..e69de29