32d01caa60
The pycrypto package no longer needs to be installed. It was previously necessary due to the use of memcache for moving SSL certificates around. As we're no longer using this method the package installation and its binary deps may be removed. Change-Id: I805edeb47dc888411a785aacdb7d93d0cb05c393
25 lines
1.0 KiB
YAML
25 lines
1.0 KiB
YAML
---
|
|
# Copyright 2016, Walmart Stores, 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.
|
|
|
|
_rabbitmq_package_url: "https://www.rabbitmq.com/releases/rabbitmq-server/v3.6.3/rabbitmq-server_3.6.3-1_all.deb"
|
|
_rabbitmq_package_version: "{{ rabbitmq_package_url.split('/')[-1].split('_')[1] }}"
|
|
_rabbitmq_release_version: "{{ rabbitmq_package_version.split('-')[0] }}"
|
|
_rabbitmq_package_sha256: "ef9246311a553c74a9618daf4fe083c025b507ae5e3b1cd1de7ce4ac898b3262"
|
|
_rabbitmq_package_path: "/opt/rabbitmq-server.deb"
|
|
|
|
rabbitmq_dependencies:
|
|
- erlang-nox
|
|
- socat
|