xoxys.vaultwarden_docker/meta/main.yml

31 lines
1.2 KiB
YAML
Raw Normal View History

# Standards: 0.2
2020-01-17 22:00:14 +01:00
---
galaxy_info:
2020-08-19 18:39:06 +02:00
# @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys)
2020-10-01 17:12:37 +02:00
author: Robert Kaussow <mail@thegeeklab.de>
2021-04-23 12:12:07 +02:00
namespace: xoxys
role_name: vaultwarden_docker
2020-08-19 18:39:06 +02:00
# @meta description: >
# [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.vaultwarden_docker)
# [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.vaultwarden_docker?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.vaultwarden_docker)
# [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.vaultwarden_docker/src/branch/master/LICENSE)
2020-08-19 18:39:06 +02:00
#
# Role to setup a [Vaultwarden](https://github.com/dani-garcia/vaultwarden) password safe.
# Vaultwarden is a community Bitwarden API server implementation written in Rust.
2020-08-19 18:39:06 +02:00
# @end
2020-01-22 13:37:57 +01:00
description: Role to setup Bitwarden passsword safe
2020-01-17 22:00:14 +01:00
license: MIT
min_ansible_version: 2.10
2020-01-17 22:00:14 +01:00
platforms:
- name: EL
versions:
- 7
galaxy_tags:
- security
- vault
- password
- save
2020-03-21 14:36:05 +01:00
dependencies: []
2020-08-19 18:39:06 +02:00
collections:
- community.general