dataset/seed/vaultwarden
2023-08-01 15:13:17 +02:00
..
dictionaries ansible template 2023-06-23 08:12:05 +02:00
funcs update module path 2022-10-17 18:21:41 +02:00
manual/image improvements 2022-12-25 17:08:52 +01:00
templates update 2023-07-31 15:30:32 +02:00
tests test for vaultwarden 2022-07-17 23:00:21 +02:00
applicationservice.yml update doc 2023-08-01 15:13:17 +02:00
README.md update doc 2023-08-01 15:13:17 +02:00

Table of Contents

vaultwarden

Description

Vaultwarden, a password manager.

For more informations

Examples

Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.

With minimum providers:

vaultwarden:
  applicationservice: vaultwarden
  zones_name:
    - localdns
    - reverseproxy
    - smtp
    - postgresql

With all providers:

vaultwarden:
  applicationservice: vaultwarden
  zones_name:
    - journald
    - localdns
    - reverseproxy
    - smtp
    - postgresql

Dependances

Variables

Général (general)

revprox (general.revprox)

Description Values
revprox_client_cert_owner vaultwarden

Vaultwarden (general.vaultwarden)

Description Type Values
Nom de domaine d'accès à Vaultwarden (vaultwarden_domainname) domainname
Nom de l'utilisateur Risotto de Vaultwarden (password_admin_username) string risotto
Adresse courriel de l'utilisateur Risotto (vaultwarden_admin_email) mail
Taille par défaut du mot de passe (vaultwarden_length) number 20
Nom de l'organisation lors de l'envoi des invitations (vaultwarden_org_name) string Vaultwarden

PostgreSQL (general.postgresql)

Description Values
pg_client_key_owner vaultwarden
  • [+]: variable is multiple
  • bold: variable is mandatory

All applications services for this dataset.