f349038b1d
The epel-release package provides a yum repository configuration for EPEL, and points to the upstream EPEL mirrors. In some cases this is undesirable, such as when a local EPEL mirror is available, or access to the public repositories is not possible. This change makes it possible to skip installation of epel-release, by setting 'yum_install_epel' to 'false'. Change-Id: Ib685b0c3e21df01c4dd177771f019fae4bb90e66 Story: 2003277 Task: 24218
11 lines
302 B
YAML
11 lines
302 B
YAML
---
|
|
- name: Ensure Kolla is installed and configured
|
|
hosts: container-image-builders
|
|
tags:
|
|
- kolla-build
|
|
roles:
|
|
- role: kolla
|
|
kolla_install_epel: "{{ yum_install_epel }}"
|
|
- role: kolla-build
|
|
kolla_build_extra_config_path: "{{ kayobe_config_path }}/kolla/kolla-build.conf"
|