--- # Copyright 2017, SUSE LINUX GmbH. # # 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. _rabbitmq_install_method: distro # These are all here as alternative ways to get the required packages either by # installing the package directly or getting it from the CentOS mirror _rabbitmq_package_url: "https://packagecloud.io/rabbitmq/rabbitmq-server/packages/opensuse/{{ ansible_distribution_major_version }}/rabbitmq-server-3.7.5-1.suse.noarch.rpm/download.rpm" _rabbitmq_package_version: "{{ rabbitmq_package_url.split('/')[-2].rsplit('.', 1)[0] }}" _rabbitmq_release_version: "{{ rabbitmq_package_version.split('-')[2] }}" _rabbitmq_package_sha256: "58a1d5242c84cae1752f149eaf2f4d26d2d886eb5812c8eaf4c985494be2eabb" _rabbitmq_package_path: "/opt/rabbitmq-server.rpm" _rabbitmq_gpg_keys: - key_name: 'rabbitmq-release-signing-key.asc' keyserver: 'https://www.rabbitmq.com' - key_name: 'erlang_solutions.asc' keyserver: 'https://packages.erlang-solutions.com/ubuntu' rabbitmq_distro_packages: - rabbitmq-server - rabbitmq-server-plugins