Go to file
Dryusdan 9c6cbc6045 Merge branch 'stable' of git.dryusdan.fr:Ansible/vaultwarden into stable 2022-12-07 11:11:05 +01:00
tasks Merge branch 'stable' of git.dryusdan.fr:Ansible/vaultwarden into stable 2022-12-07 11:11:05 +01:00
templates Add the first iteration of bitwarden playbook 2021-02-08 15:52:53 +01:00
.gitignore Initial commit 2021-02-06 11:19:30 +01:00
LICENSE Initial commit 2021-02-06 11:19:30 +01:00
README.md Mise à jour de 'README.md' 2021-02-26 11:00:28 +01:00

README.md

Playbook for bitwarden_rs

Install and update bitwarden_rs easier.

In your var, add this line :

bitwarden:
  - name: bitwarden
    home: /var/opt/bitwarden
    app_folder: /opt/bitwarden
    backend: postgresql
Key Value
name Name of your bitwarden account
home Home of bitwarden (to install rust and compile bitwarden)
app_folder The folder path to copy bitwarden release on it
backend (mysql|postgresql|sqlite) choose your backend DB for compilation