From c776e9f339f0bcfe987aa571d29411ac44a29526 Mon Sep 17 00:00:00 2001 From: Larry Smith Jr Date: Mon, 2 Nov 2015 21:50:07 -0500 Subject: [PATCH] updated meta --- meta/main.yml | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/meta/main.yml b/meta/main.yml index 62c7d35..6459902 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,8 +1,8 @@ --- galaxy_info: - author: your name - description: - company: your company (optional) + author: Larry Smith Jr. + description: Role to manage LVM Groups/Logical Volumes. Can be used to create, extend or resize LVM. + #company: your company (optional) # If the issue tracker for your role is not on github, uncomment the # next line and provide a value # issue_tracker_url: http://example.com/issue/tracker @@ -17,16 +17,16 @@ galaxy_info: 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 + # 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 - # - 7 + - 6 + - 7 #- name: GenericUNIX # versions: # - all @@ -78,18 +78,18 @@ galaxy_info: # - 9.1 # - 9.1 # - 9.2 - #- name: Ubuntu - # versions: + - name: Ubuntu + versions: # - all # - lucid # - maverick # - natty # - oneiric - # - precise + - precise # - quantal # - raring # - saucy - # - trusty + - trusty # - utopic # - vivid #- name: SLES @@ -117,7 +117,7 @@ galaxy_info: # 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 @@ -130,10 +130,9 @@ galaxy_info: #- monitoring #- networking #- packaging - #- system + - system #- web dependencies: [] # List your role dependencies here, one per line. # Be sure to remove the '[]' above if you add dependencies # to this list. -