kayobe/ansible/kolla-build.yml

10 lines
251 B
YAML

---
- name: Ensure Kolla is installed and configured
hosts: container-image-builders
tags:
- kolla-build
roles:
- role: kolla
- role: kolla-build
kolla_build_extra_config_path: "{{ kayobe_config_path }}/kolla/kolla-build.conf"