2019-12-12 13:57:17 +03:00
|
|
|
---
|
|
|
|
- import_playbook: gather-facts.yml
|
|
|
|
|
|
|
|
- name: Apply role prune-images
|
|
|
|
hosts: baremetal
|
|
|
|
serial: '{{ kolla_serial|default("0") }}'
|
|
|
|
gather_facts: false
|
2021-08-16 17:03:22 +01:00
|
|
|
max_fail_percentage: >-
|
|
|
|
{{ prune_images_max_fail_percentage |
|
|
|
|
default(kolla_max_fail_percentage) |
|
|
|
|
default(100) }}
|
2019-12-12 13:57:17 +03:00
|
|
|
roles:
|
|
|
|
- prune-images
|