d9b6cfdced
Change-Id: I4aef99914e8ea07014c44f1d70ae71b1c82e6a31
32 lines
1.2 KiB
YAML
32 lines
1.2 KiB
YAML
---
|
|
# Copyright 2018, Red Hat, Inc.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
qdrouterd_distro_packages:
|
|
- openssl
|
|
- python3-qpid-proton
|
|
- cyrus-sasl-lib
|
|
- cyrus-sasl-plain
|
|
- cyrus-sasl-md5
|
|
- qpid-dispatch-router
|
|
- qpid-dispatch-tools
|
|
|
|
_qdrouterd_etc_conf_path: "/etc/qpid-dispatch"
|
|
_qdrouterd_etc_conf_file: "/etc/qpid-dispatch/qdrouterd.conf"
|
|
_qdrouterd_service_name: "qdrouterd"
|
|
|
|
epel_repo_url: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm"
|
|
epel_repo_gpg_key_url: "https://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL-{{ ansible_distribution_major_version }}"
|
|
epel_repofile_path: "/etc/yum.repos.d/epel.repo"
|