kayobe/ansible/kolla-build.yml
Mark Goddard 6c4f179b6e Add support for free-form configuration of kolla-build.conf
Provide extra configuration of kolla-build.conf via
$KAYOBE_CONFIG_PATH/kolla/kolla-build.conf.
2017-11-21 17:51:07 +00:00

8 lines
225 B
YAML

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