Split playbooks: each service independent, infra.yml only runs backup
This commit is contained in:
@@ -14,6 +14,8 @@ on:
|
||||
type: choice
|
||||
options:
|
||||
- infra.yml
|
||||
- gitea.yml
|
||||
- vaultwarden.yml
|
||||
- runner.yml
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -4,6 +4,4 @@
|
||||
become: true
|
||||
|
||||
roles:
|
||||
- gitea
|
||||
- vaultwarden
|
||||
- backup
|
||||
|
||||
7
ansible/vaultwarden.yml
Normal file
7
ansible/vaultwarden.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Set up Vaultwarden
|
||||
hosts: infra
|
||||
become: true
|
||||
|
||||
roles:
|
||||
- vaultwarden
|
||||
Reference in New Issue
Block a user