Split playbooks: each service independent, infra.yml only runs backup

This commit is contained in:
Ryan Moon
2026-03-31 20:28:18 -05:00
parent 4c22465a59
commit 99348d9eaa
3 changed files with 9 additions and 2 deletions

7
ansible/vaultwarden.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: Set up Vaultwarden
hosts: infra
become: true
roles:
- vaultwarden