2020-01-17 21:00:14 +00:00
|
|
|
# Standards: 0.1
|
|
|
|
---
|
|
|
|
galaxy_info:
|
2020-01-30 22:26:11 +00:00
|
|
|
# @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys)
|
|
|
|
author: Robert Kaussow <mail@geeklabor.de>
|
2020-01-22 14:36:29 +00:00
|
|
|
# @meta description: >
|
2020-01-31 10:23:20 +00:00
|
|
|
# [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.bitwardenrs_docker)
|
2020-01-30 22:07:02 +00:00
|
|
|
# [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.bitwardenrs_docker?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.bitwardenrs_docker)
|
2020-06-04 13:15:58 +00:00
|
|
|
# [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.bitwardenrs_docker/src/branch/master/LICENSE)
|
2020-01-22 14:36:29 +00:00
|
|
|
#
|
2020-01-22 18:58:58 +00:00
|
|
|
# Role to setup a [Bitwarden RS](https://github.com/dani-garcia/bitwarden_rs) password safe.
|
2020-01-22 14:36:29 +00:00
|
|
|
# Bitwarden_RS is a community Bitwarden API server implementation written in Rust. This Role
|
2020-01-22 18:58:58 +00:00
|
|
|
# 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).
|
2020-01-22 14:36:29 +00:00
|
|
|
# @end
|
2020-01-22 12:37:57 +00:00
|
|
|
description: Role to setup Bitwarden passsword safe
|
2020-01-17 21:00:14 +00:00
|
|
|
license: MIT
|
2020-01-30 22:26:11 +00:00
|
|
|
min_ansible_version: 2.8
|
2020-01-17 21:00:14 +00:00
|
|
|
platforms:
|
|
|
|
- name: EL
|
|
|
|
versions:
|
|
|
|
- 7
|
|
|
|
galaxy_tags:
|
|
|
|
- security
|
|
|
|
- vault
|
|
|
|
- password
|
|
|
|
- save
|
2020-03-21 13:36:05 +00:00
|
|
|
dependencies: []
|