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'