alpina/services.yml

15 lines
316 B
YAML

- hosts: alpina
roles:
- alpina
post_tasks:
- name: Docker prune objects
docker_prune:
containers: true
# Keep images for building grafana
images: true
images_filters:
until: "720h"
networks: true
volumes: true
builder_cache: false