playbooks/servers/docker-cleanup.yml hinzugefügt

This commit is contained in:
Philipp 2024-12-17 10:37:49 +01:00 committed by Forgejo
parent afec3a2f9c
commit 4877620834
Signed by: Forgejo
GPG key ID: 5A09F9506519E10A

View file

@ -0,0 +1,13 @@
---
- hosts: all
tasks:
- name: Prune non-dangling, and dangling images
community.docker.docker_prune:
containers: false
images: true
images_filters:
dangling: true
networks: false
volumes: false
builder_cache: false