tripleo-ansible/container-cleanup.yml

10 lines
258 B
YAML

- name: Cleanup container items
hosts: "{{ target_hosts | default('all') }}"
become: yes
tasks:
- name: Cleanup unused images, containers, and volumes
import_role:
name: openstack-operations
tasks_from: container_cleanup.yml