Split playbooks: each service independent, infra.yml only runs backup
This commit is contained in:
@@ -14,6 +14,8 @@ on:
|
|||||||
type: choice
|
type: choice
|
||||||
options:
|
options:
|
||||||
- infra.yml
|
- infra.yml
|
||||||
|
- gitea.yml
|
||||||
|
- vaultwarden.yml
|
||||||
- runner.yml
|
- runner.yml
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -4,6 +4,4 @@
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- gitea
|
|
||||||
- vaultwarden
|
|
||||||
- backup
|
- 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