renovate(role): add cleanup service and timer for renovate volume
All checks were successful
/ Ansible Lint (push) Successful in 2m25s

With time the volume seems to just keeps growing with cache data, so
clean it up once a day.
This commit is contained in:
June 2026-05-19 00:21:51 +02:00
commit 6b19f69135
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
3 changed files with 29 additions and 16 deletions

View file

@ -0,0 +1,7 @@
[Unit]
Description=renovate cleanup (delete docker volume)
Conflicts=renovate.service
[Service]
Type=oneshot
ExecStart=/usr/bin/docker volume rm renovate