This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: "Prune all services"
|
||||
hosts: commonupdate
|
||||
roles:
|
||||
- prune
|
||||
...
|
||||
@@ -2,4 +2,5 @@
|
||||
collections:
|
||||
- ansible.posix
|
||||
- community.general
|
||||
- community.docker
|
||||
...
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Prune everything
|
||||
community.docker.docker_prune:
|
||||
containers: true
|
||||
images: true
|
||||
networks: true
|
||||
volumes: true
|
||||
builder_cache: true
|
||||
...
|
||||
Reference in New Issue
Block a user