: 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

@@ -50,3 +50,5 @@
import_playbook: elasticsearch.yml
- name: Run gitea playbook
import_playbook: gitea.yml
- name: Run vaultwarden playbook
import_playbook: vaultwarden.yml

View File

@@ -0,0 +1,7 @@
---
- name: Install Vaultwarden
hosts: vaultservers
diff: true
roles:
- vaultwarden