aboutsummaryrefslogtreecommitdiffhomepage
path: root/meta/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'meta/main.yml')
-rw-r--r--meta/main.yml137
1 files changed, 16 insertions, 121 deletions
diff --git a/meta/main.yml b/meta/main.yml
index b25c818..8755c64 100644
--- a/meta/main.yml
+++ b/meta/main.yml
@@ -2,136 +2,31 @@
2galaxy_info: 2galaxy_info:
3 author: Larry Smith Jr. 3 author: Larry Smith Jr.
4 description: Installs rabbitmq https://www.rabbitmq.com/ (Configurable...HA and Clustering ready) 4 description: Installs rabbitmq https://www.rabbitmq.com/ (Configurable...HA and Clustering ready)
5 #company: your company (optional) 5 license: MIT
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 6 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: 7 platforms:
21 - name: EL 8 - name: EL
22 versions: 9 versions:
23 # - all
24 # - 5
25 # - 6
26 - 7 10 - 7
27 #- name: GenericUNIX
28 # versions:
29 # - all
30 # - any
31 - name: Fedora 11 - name: Fedora
32 versions: 12 versions:
33 # - all 13 # - 22
34 # - 16 14 # - 23
35 # - 17 15 - 24
36 # - 18 16 - 25
37 # - 19 17 - 26
38 # - 20 18 - 27
39 # - 21 19 - 28
40 - 22 20 - 29
41 - 23
42 #- name: Windows
43 # versions:
44 # - all
45 # - 2012R2
46 #- name: SmartOS
47 # versions:
48 # - all
49 # - any
50 #- name: opensuse
51 # versions:
52 # - all
53 # - 12.1
54 # - 12.2
55 # - 12.3
56 # - 13.1
57 # - 13.2
58 #- name: Amazon
59 # versions:
60 # - all
61 # - 2013.03
62 # - 2013.09
63 #- name: GenericBSD
64 # versions:
65 # - all
66 # - any
67 #- name: FreeBSD
68 # versions:
69 # - all
70 # - 8.0
71 # - 8.1
72 # - 8.2
73 # - 8.3
74 # - 8.4
75 # - 9.0
76 # - 9.1
77 # - 9.1
78 # - 9.2
79 - name: Ubuntu 21 - name: Ubuntu
80 versions: 22 versions:
81 # - all 23 - bionic
82 # - lucid 24 # - trusty
83 # - maverick 25 - xenial
84 # - natty 26 - name: Debian
85 # - oneiric 27 versions:
86 # - precise 28 - stretch
87 # - quantal 29 galaxy_tags:
88 # - raring
89 # - saucy
90 - trusty
91 # - utopic
92 # - vivid
93 #- name: SLES
94 # versions:
95 # - all
96 # - 10SP3
97 # - 10SP4
98 # - 11
99 # - 11SP1
100 # - 11SP2
101 # - 11SP3
102 #- name: GenericLinux
103 # versions:
104 # - all
105 # - any
106 #- name: Debian
107 # versions:
108 # - all
109 # - etch
110 # - jessie
111 # - lenny
112 # - squeeze
113 # - wheezy
114 #
115 # Below are all categories currently available. Just as with
116 # the platforms above, uncomment those that apply to your role.
117 #
118 categories:
119 #- cloud
120 #- cloud:ec2
121 #- cloud:gce
122 #- cloud:rax
123 - clustering 30 - clustering
124 #- database
125 #- database:nosql
126 #- database:sql
127 #- development
128 #- monitoring
129 #- networking
130 #- packaging
131 - system 31 - system
132 #- web
133dependencies: [] 32dependencies: []
134 # List your role dependencies here, one per line. Only
135 # dependencies available via galaxy should be listed here.
136 # Be sure to remove the '[]' above if you add dependencies
137 # to this list.