
Provide extra configuration of kolla-build.conf via $KAYOBE_CONFIG_PATH/kolla/kolla-build.conf.
8 lines
225 B
YAML
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"
|