Skip to content

Commit de56836

Browse files
committedJul 25, 2014
Added descr to meta.
1 parent 539d0af commit de56836

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed
 

‎meta/main.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
---
22
galaxy_info:
3-
author: your name
4-
description:
5-
company: your company (optional)
3+
author: Stefan Berggren
4+
description: Graphite ansible role
5+
company:
66
# Some suggested licenses:
77
# - BSD (default)
88
# - MIT
99
# - GPLv2
1010
# - GPLv3
1111
# - Apache
1212
# - CC-BY
13-
license: license (GPLv2, CC-BY, etc)
13+
license: MIT
1414
min_ansible_version: 1.2
1515
#
1616
# Below are all platforms currently available. Just uncomment
1717
# the ones that apply to your role. If you don't see your
1818
# platform on this list, let us know and we'll get it added!
1919
#
20-
#platforms:
21-
#- name: EL
22-
# versions:
20+
platforms:
21+
- name: EL
22+
versions:
2323
# - all
2424
# - 5
25-
# - 6
25+
- 6
2626
# - 7
2727
#- name: GenericUNIX
2828
# versions:
@@ -65,8 +65,8 @@ galaxy_info:
6565
# - 9.1
6666
# - 9.1
6767
# - 9.2
68-
#- name: Ubuntu
69-
# versions:
68+
- name: Ubuntu
69+
versions:
7070
# - all
7171
# - lucid
7272
# - maverick
@@ -76,7 +76,7 @@ galaxy_info:
7676
# - quantal
7777
# - raring
7878
# - saucy
79-
# - trusty
79+
- trusty
8080
#- name: SLES
8181
# versions:
8282
# - all
@@ -90,18 +90,18 @@ galaxy_info:
9090
# versions:
9191
# - all
9292
# - any
93-
#- name: Debian
94-
# versions:
93+
- name: Debian
94+
versions:
9595
# - all
9696
# - etch
9797
# - lenny
9898
# - squeeze
99-
# - wheezy
99+
- wheezy
100100
#
101101
# Below are all categories currently available. Just as with
102102
# the platforms above, uncomment those that apply to your role.
103103
#
104-
#categories:
104+
categories:
105105
#- cloud
106106
#- cloud:ec2
107107
#- cloud:gce
@@ -111,7 +111,7 @@ galaxy_info:
111111
#- database:nosql
112112
#- database:sql
113113
#- development
114-
#- monitoring
114+
- monitoring
115115
#- networking
116116
#- packaging
117117
#- system

0 commit comments

Comments
 (0)
Please sign in to comment.