netz39-infra-ansible/group_vars/docker_host/vars.yml
Alexander Dahl cc41217ad8 🔧 Enable automatic docker image prune again
The feature was part of the old role but unconditionally.  When porting
to external role we made it optional with variable
`docker_cron_image_prune` but default to false.  Restore the previous
behaviour in this playbook.
2025-02-23 19:18:21 +01:00

3 lines
66 B
YAML

---
docker_data_root: "/srv/docker"
docker_cron_image_prune: true