0ae9e8d489
Allows you to combine multiple environments by declaring any dependencies. Story: 2002009 Task: 42911 Change-Id: I4d9f96ec4cf3c6cd0d28dfe5ddb239d863498a72
14 lines
451 B
YAML
14 lines
451 B
YAML
---
|
|
- name: Ensure Kolla is installed and configured
|
|
hosts: container-image-builders
|
|
tags:
|
|
- kolla-build
|
|
roles:
|
|
- role: kolla
|
|
kolla_install_epel: "{{ dnf_install_epel }}"
|
|
- role: kolla-build
|
|
kolla_build_config_paths_static:
|
|
- "{{ kayobe_config_path }}"
|
|
kolla_build_config_paths_extra: "{{ kolla_build_config_paths_static + kayobe_env_search_paths }}"
|
|
kolla_base_tag: "{{ kolla_base_distro_version }}"
|