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

View File

@@ -14,6 +14,8 @@ on:
type: choice
options:
- infra.yml
- gitea.yml
- vaultwarden.yml
- runner.yml
jobs:

View File

@@ -4,6 +4,4 @@
become: true
roles:
- gitea
- vaultwarden
- backup

7
ansible/vaultwarden.yml Normal file
View File

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