blob: 8755c6403639182ec2b0b2fa662c8395088e7e01 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
---
galaxy_info:
author: Larry Smith Jr.
description: Installs rabbitmq https://www.rabbitmq.com/ (Configurable...HA and Clustering ready)
license: MIT
min_ansible_version: 1.2
platforms:
- name: EL
versions:
- 7
- name: Fedora
versions:
# - 22
# - 23
- 24
- 25
- 26
- 27
- 28
- 29
- name: Ubuntu
versions:
- bionic
# - trusty
- xenial
- name: Debian
versions:
- stretch
galaxy_tags:
- clustering
- system
dependencies: []
|