From fc6c0d2daef79b86428f6b131634376e3ee962b7 Mon Sep 17 00:00:00 2001 From: Alexander Gorelyshev Date: Tue, 2 Dec 2025 20:55:34 +0400 Subject: [PATCH] Initial scaffolding --- README.md | 2 -- LICENSE => genlab/common/LICENSE | 0 genlab/common/README.md | 3 +++ genlab/common/docs/.keep | 0 genlab/common/galaxy.yml | 14 ++++++++++++++ genlab/common/meta/runtime.yml | 2 ++ 6 files changed, 19 insertions(+), 2 deletions(-) delete mode 100644 README.md rename LICENSE => genlab/common/LICENSE (100%) create mode 100644 genlab/common/README.md create mode 100644 genlab/common/docs/.keep create mode 100644 genlab/common/galaxy.yml create mode 100644 genlab/common/meta/runtime.yml diff --git a/README.md b/README.md deleted file mode 100644 index 1f7bca5..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# genlab.common -Genlab Common Collection diff --git a/LICENSE b/genlab/common/LICENSE similarity index 100% rename from LICENSE rename to genlab/common/LICENSE diff --git a/genlab/common/README.md b/genlab/common/README.md new file mode 100644 index 0000000..9cc3e8f --- /dev/null +++ b/genlab/common/README.md @@ -0,0 +1,3 @@ +# Ansible Collection - genlab.common + +Documentation for the collection. diff --git a/genlab/common/docs/.keep b/genlab/common/docs/.keep new file mode 100644 index 0000000..e69de29 diff --git a/genlab/common/galaxy.yml b/genlab/common/galaxy.yml new file mode 100644 index 0000000..9e284de --- /dev/null +++ b/genlab/common/galaxy.yml @@ -0,0 +1,14 @@ +--- +namespace: genlab +name: common +version: 0.0.1 +readme: README.md +authors: + - Alexander Gorelyshev (corvus-migratorius@proton.me) +description: >- + The genlab.common collection includes roles for performing deploying and configuring common infrastructural components +license_file: LICENSE +tags: + - genlab +repository: https://github.com/corvus-migratorius/genlab.common +issues: https://github.com/corvus-migratorius/genlab.common/issues diff --git a/genlab/common/meta/runtime.yml b/genlab/common/meta/runtime.yml new file mode 100644 index 0000000..2379644 --- /dev/null +++ b/genlab/common/meta/runtime.yml @@ -0,0 +1,2 @@ +--- +requires_ansible: '>=2.17.0'