first commit

This commit is contained in:
2026-01-30 14:49:44 -05:00
commit eb829c624c
5 changed files with 210 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
- hosts: VMs
gather_facts: no
tasks:
- name: Prune all unused containers, images, networks, volumes
community.docker.docker_prune:
containers: true
images: true
networks: true
volumes: true
builder_cache: true