1
0
Fork 0

[CLEAN] Prune all docker

This commit is contained in:
Florian RICHER 2023-05-21 00:06:21 +02:00
parent fcd5694fa8
commit 49a6a3f712
3 changed files with 16 additions and 0 deletions

View file

@ -11,3 +11,5 @@
- { role: home_assistant, tags: ["home_assistant"] }
- { role: n8n, tags: ["n8n"] }
- { role: matrix, tags: ["matrix"] }
- { role: iptables, tags: ["iptables"] }
- { role: clean, tags: ["clean"] }

View file

@ -0,0 +1,10 @@
---
- name: Prune everything
community.docker.docker_prune:
containers: true
images: true
networks: true
volumes: true
builder_cache: true
become: yes

View file

@ -0,0 +1,4 @@
---
- ansible.builtin.import_tasks: docker.yml
name: docker