mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-08 00:18:15 +03:00
updated meta
This commit is contained in:
+14
-15
@@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: your name
|
author: Larry Smith Jr.
|
||||||
description:
|
description: Role to manage LVM Groups/Logical Volumes. Can be used to create, extend or resize LVM.
|
||||||
company: your company (optional)
|
#company: your company (optional)
|
||||||
# If the issue tracker for your role is not on github, uncomment the
|
# If the issue tracker for your role is not on github, uncomment the
|
||||||
# next line and provide a value
|
# next line and provide a value
|
||||||
# issue_tracker_url: http://example.com/issue/tracker
|
# issue_tracker_url: http://example.com/issue/tracker
|
||||||
@@ -20,13 +20,13 @@ galaxy_info:
|
|||||||
# 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!
|
# platform on this list, let us know and we'll get it added!
|
||||||
#
|
#
|
||||||
#platforms:
|
platforms:
|
||||||
#- name: EL
|
- name: EL
|
||||||
# versions:
|
versions:
|
||||||
# - all
|
# - all
|
||||||
# - 5
|
# - 5
|
||||||
# - 6
|
- 6
|
||||||
# - 7
|
- 7
|
||||||
#- name: GenericUNIX
|
#- name: GenericUNIX
|
||||||
# versions:
|
# versions:
|
||||||
# - all
|
# - all
|
||||||
@@ -78,18 +78,18 @@ galaxy_info:
|
|||||||
# - 9.1
|
# - 9.1
|
||||||
# - 9.1
|
# - 9.1
|
||||||
# - 9.2
|
# - 9.2
|
||||||
#- name: Ubuntu
|
- name: Ubuntu
|
||||||
# versions:
|
versions:
|
||||||
# - all
|
# - all
|
||||||
# - lucid
|
# - lucid
|
||||||
# - maverick
|
# - maverick
|
||||||
# - natty
|
# - natty
|
||||||
# - oneiric
|
# - oneiric
|
||||||
# - precise
|
- precise
|
||||||
# - quantal
|
# - quantal
|
||||||
# - raring
|
# - raring
|
||||||
# - saucy
|
# - saucy
|
||||||
# - trusty
|
- trusty
|
||||||
# - utopic
|
# - utopic
|
||||||
# - vivid
|
# - vivid
|
||||||
#- name: SLES
|
#- name: SLES
|
||||||
@@ -117,7 +117,7 @@ galaxy_info:
|
|||||||
# Below are all categories currently available. Just as with
|
# Below are all categories currently available. Just as with
|
||||||
# the platforms above, uncomment those that apply to your role.
|
# the platforms above, uncomment those that apply to your role.
|
||||||
#
|
#
|
||||||
#categories:
|
categories:
|
||||||
#- cloud
|
#- cloud
|
||||||
#- cloud:ec2
|
#- cloud:ec2
|
||||||
#- cloud:gce
|
#- cloud:gce
|
||||||
@@ -130,10 +130,9 @@ galaxy_info:
|
|||||||
#- monitoring
|
#- monitoring
|
||||||
#- networking
|
#- networking
|
||||||
#- packaging
|
#- packaging
|
||||||
#- system
|
- system
|
||||||
#- web
|
#- web
|
||||||
dependencies: []
|
dependencies: []
|
||||||
# List your role dependencies here, one per line.
|
# List your role dependencies here, one per line.
|
||||||
# Be sure to remove the '[]' above if you add dependencies
|
# Be sure to remove the '[]' above if you add dependencies
|
||||||
# to this list.
|
# to this list.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user