]> git.immae.eu Git - github/fretlink/ansible-rabbitmq.git/blob - meta/main.yml
First commit of refactoring
[github/fretlink/ansible-rabbitmq.git] / meta / main.yml
1 ---
2 galaxy_info:
3 author: Larry Smith Jr.
4 description: Installs rabbitmq https://www.rabbitmq.com/ (Configurable...HA and Clustering ready)
5 license: MIT
6 min_ansible_version: 1.2
7 platforms:
8 - name: EL
9 versions:
10 - 7
11 - name: Fedora
12 versions:
13 - 22
14 - 23
15 - name: Ubuntu
16 versions:
17 - trusty
18 #- name: Debian
19 # versions:
20 # - all
21 # - etch
22 # - jessie
23 # - lenny
24 # - squeeze
25 # - wheezy
26 galaxy_tags:
27 - clustering
28 - system
29 dependencies: []