feat(vaultwarden): add ansible role

This commit is contained in:
2024-10-17 20:44:51 +02:00
parent 88dc6377ce
commit 43fd798712
13 changed files with 329 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
- name: Install and configure vaultwarden
hosts: "{{ vaultwarden_hosts | default('vaultwarden') }}"
become: "{{ vaultwarden_become | default(true, false) }}"
roles:
- role: finallycoffee.services.vaultwarden