]> git.immae.eu Git - github/fretlink/ansible-rabbitmq.git/blob - meta/main.yml
Added support for CentOS and Vagrant
[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 #company: your company (optional)
6 # Some suggested licenses:
7 # - BSD (default)
8 # - MIT
9 # - GPLv2
10 # - GPLv3
11 # - Apache
12 # - CC-BY
13 license: license (GPLv2, CC-BY, etc)
14 min_ansible_version: 1.2
15 #
16 # Below are all platforms currently available. Just uncomment
17 # the ones that apply to your role. If you don't see your
18 # platform on this list, let us know and we'll get it added!
19 #
20 platforms:
21 - name: EL
22 versions:
23 # - all
24 # - 5
25 # - 6
26 - 7
27 #- name: GenericUNIX
28 # versions:
29 # - all
30 # - any
31 #- name: Fedora
32 # versions:
33 # - all
34 # - 16
35 # - 17
36 # - 18
37 # - 19
38 # - 20
39 # - 21
40 # - 22
41 #- name: Windows
42 # versions:
43 # - all
44 # - 2012R2
45 #- name: SmartOS
46 # versions:
47 # - all
48 # - any
49 #- name: opensuse
50 # versions:
51 # - all
52 # - 12.1
53 # - 12.2
54 # - 12.3
55 # - 13.1
56 # - 13.2
57 #- name: Amazon
58 # versions:
59 # - all
60 # - 2013.03
61 # - 2013.09
62 #- name: GenericBSD
63 # versions:
64 # - all
65 # - any
66 #- name: FreeBSD
67 # versions:
68 # - all
69 # - 8.0
70 # - 8.1
71 # - 8.2
72 # - 8.3
73 # - 8.4
74 # - 9.0
75 # - 9.1
76 # - 9.1
77 # - 9.2
78 - name: Ubuntu
79 versions:
80 # - all
81 # - lucid
82 # - maverick
83 # - natty
84 # - oneiric
85 # - precise
86 # - quantal
87 # - raring
88 # - saucy
89 - trusty
90 # - utopic
91 # - vivid
92 #- name: SLES
93 # versions:
94 # - all
95 # - 10SP3
96 # - 10SP4
97 # - 11
98 # - 11SP1
99 # - 11SP2
100 # - 11SP3
101 #- name: GenericLinux
102 # versions:
103 # - all
104 # - any
105 #- name: Debian
106 # versions:
107 # - all
108 # - etch
109 # - jessie
110 # - lenny
111 # - squeeze
112 # - wheezy
113 #
114 # Below are all categories currently available. Just as with
115 # the platforms above, uncomment those that apply to your role.
116 #
117 categories:
118 #- cloud
119 #- cloud:ec2
120 #- cloud:gce
121 #- cloud:rax
122 - clustering
123 #- database
124 #- database:nosql
125 #- database:sql
126 #- development
127 #- monitoring
128 #- networking
129 #- packaging
130 - system
131 #- web
132 dependencies: []
133 # List your role dependencies here, one per line. Only
134 # dependencies available via galaxy should be listed here.
135 # Be sure to remove the '[]' above if you add dependencies
136 # to this list.