From 82f850269c5bda211044d9545d2dbd6e24d1bb21 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 22 Jan 2020 15:36:29 +0100 Subject: [PATCH] update readme --- README.md | 3 ++- meta/main.yml | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44638c7..09387ba 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # xoxys.bitwarden_rs [![Build Status](https://drone.rknet.org/api/badges/ansible/xoxys.bitwarden_rs/status.svg)](https://drone.rknet.org/ansible/xoxys.bitwarden_rs) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) -Role to setup Bitwarden passsword save. +Role to setup a [Bitwarden RS](https://github.com/dani-garcia/bitwarden_rs) passsword safe. Bitwarden_RS is a community Bitwarden API server implementation written in Rust. This Role use Docker to setup [Bitwarden](https://gitea.rknet.org/docker/bitwarden_rs) and a [Bitwarden LDAP](https://gitea.rknet.org/docker/bitwarden_rs_ldap) Sync Service (optional). You can find the full documentation at [galaxy.geekdocs.de](https://galaxy.geekdocs.de/role/bitwarden_rs). diff --git a/meta/main.yml b/meta/main.yml index a411546..26ac96e 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -3,6 +3,15 @@ galaxy_info: # @meta author:value: [xoxys](https://gitea.rknet.org/xoxys) author: xoxys +# @meta description: > +# [![Build Status](https://drone.rknet.org/api/badges/ansible/xoxys.bitwarden_rs/status.svg)](https://drone.rknet.org/ansible/xoxys.bitwarden_rs) +# [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) +# +# Role to setup a [Bitwarden RS](https://github.com/dani-garcia/bitwarden_rs) passsword safe. +# Bitwarden_RS is a community Bitwarden API server implementation written in Rust. This Role +# use Docker to setup [Bitwarden](https://gitea.rknet.org/docker/bitwarden_rs) and a +# [Bitwarden LDAP](https://gitea.rknet.org/docker/bitwarden_rs_ldap) Sync Service (optional). +# @end description: Role to setup Bitwarden passsword safe license: MIT min_ansible_version: 2.4