ansible/cron/prune.yaml
2023-09-14 14:50:14 +05:30

11 lines
220 B
YAML

---
- name: Docker Prunes (Daily Cron)
hosts: privfrontends
tasks:
- name: Do thing
community.docker.docker_prune:
containers: true
images: true
networks: true
timeout: 1000