first commit
This commit is contained in:
11
playbooks/dockerPrune.yaml
Normal file
11
playbooks/dockerPrune.yaml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user