Skip to content

Commit

Permalink
Added descr to meta.
Browse files Browse the repository at this point in the history
  • Loading branch information
nsg committed Jul 25, 2014
1 parent 539d0af commit de56836
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
---
galaxy_info:
author: your name
description:
company: your company (optional)
author: Stefan Berggren
description: Graphite ansible role
company:
# Some suggested licenses:
# - BSD (default)
# - MIT
# - GPLv2
# - GPLv3
# - Apache
# - CC-BY
license: license (GPLv2, CC-BY, etc)
license: MIT
min_ansible_version: 1.2
#
# Below are all platforms currently available. Just uncomment
# the ones that apply to your role. If you don't see your
# platform on this list, let us know and we'll get it added!
#
#platforms:
#- name: EL
# versions:
platforms:
- name: EL
versions:
# - all
# - 5
# - 6
- 6
# - 7
#- name: GenericUNIX
# versions:
Expand Down Expand Up @@ -65,8 +65,8 @@ galaxy_info:
# - 9.1
# - 9.1
# - 9.2
#- name: Ubuntu
# versions:
- name: Ubuntu
versions:
# - all
# - lucid
# - maverick
Expand All @@ -76,7 +76,7 @@ galaxy_info:
# - quantal
# - raring
# - saucy
# - trusty
- trusty
#- name: SLES
# versions:
# - all
Expand All @@ -90,18 +90,18 @@ galaxy_info:
# versions:
# - all
# - any
#- name: Debian
# versions:
- name: Debian
versions:
# - all
# - etch
# - lenny
# - squeeze
# - wheezy
- wheezy
#
# Below are all categories currently available. Just as with
# the platforms above, uncomment those that apply to your role.
#
#categories:
categories:
#- cloud
#- cloud:ec2
#- cloud:gce
Expand All @@ -111,7 +111,7 @@ galaxy_info:
#- database:nosql
#- database:sql
#- development
#- monitoring
- monitoring
#- networking
#- packaging
#- system
Expand Down

0 comments on commit de56836

Please sign in to comment.