diff --git a/README.md b/README.md index 7bcbe7f..500b4f5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.mongodb?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.mongodb) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) -Setup mongodb database +Setup a [mongoDB](https://www.mongodb.com/) database. MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era. + +You can find the full documentation at [https://galaxy.geekdocs.de](https://galaxy.geekdocs.de/database/mongodb/). ### License diff --git a/meta/main.yml b/meta/main.yml index c9d79f5..ff09afb 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -3,7 +3,15 @@ galaxy_info: # @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys) author: Robert Kaussow - description: Setup mongodb database +# @meta description: > +# [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.mongodb) +# [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.mongodb?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.mongodb) +# [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) +# +# Setup a [mongoDB](https://www.mongodb.com/) database. MongoDB is a general purpose, document-based, +# distributed database built for modern application developers and for the cloud era. +# @end + description: Setup a mongoDB database license: MIT min_ansible_version: 2.8 platforms: