blob: 84d03bf50cf5e58ec5e5a48f8748c85a2056a896 (
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
|
---
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
- name: Ubuntu
versions:
- trusty
#- name: Debian
# versions:
# - all
# - etch
# - jessie
# - lenny
# - squeeze
# - wheezy
galaxy_tags:
- clustering
- system
dependencies: []
|