: add vaultwarden

This commit is contained in:
VC
2025-02-07 14:15:00 +01:00
parent 6aa87d851e
commit b427a1fc7f
9 changed files with 665 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
---
- name: Restart vaultwarden
ansible.builtin.systemd_service:
name: vaultwarden
state: restarted
daemon_reload: true