kayobe/ansible/kolla-build.yml
Will Szumski 0ae9e8d489 Kayobe environment dependencies
Allows you to combine multiple environments by declaring any dependencies.

Story: 2002009
Task: 42911
Change-Id: I4d9f96ec4cf3c6cd0d28dfe5ddb239d863498a72
2023-05-30 20:20:41 +01:00

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 }}"