1
0
Fork 0

First version of budget collection
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Signed-off-by: Nis Wechselberg <enbewe@enbewe.de>
This commit is contained in:
Nis Wechselberg 2025-05-11 16:56:16 +02:00
parent 771b79de29
commit 8cc372f16b
Signed by: enbewe
GPG key ID: 7B25171F921B9E57
8 changed files with 210 additions and 0 deletions

5
playbooks/deploy.yml Normal file
View file

@ -0,0 +1,5 @@
---
- name: 'Deploy actual budget to host group'
hosts: 'budget'
roles:
- 'enbewe.budget.budget'