diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/.galaxy_install_info | 1 | ||||
-rw-r--r-- | meta/main.yml | 137 |
2 files changed, 0 insertions, 138 deletions
diff --git a/meta/.galaxy_install_info b/meta/.galaxy_install_info deleted file mode 100644 index 2e2e5ee..0000000 --- a/meta/.galaxy_install_info +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | {install_date: 'Mon Nov 9 03:40:19 2015', version: ''} | ||
diff --git a/meta/main.yml b/meta/main.yml deleted file mode 100644 index b25c818..0000000 --- a/meta/main.yml +++ /dev/null | |||
@@ -1,137 +0,0 @@ | |||
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 | - 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 | ||
80 | versions: | ||
81 | # - all | ||
82 | # - lucid | ||
83 | # - maverick | ||
84 | # - natty | ||
85 | # - oneiric | ||
86 | # - precise | ||
87 | # - quantal | ||
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 | ||
124 | #- database | ||
125 | #- database:nosql | ||
126 | #- database:sql | ||
127 | #- development | ||
128 | #- monitoring | ||
129 | #- networking | ||
130 | #- packaging | ||
131 | - system | ||
132 | #- web | ||
133 | dependencies: [] | ||
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. | ||