mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-08-29 03:25:28 +03:00
386cc28bdb
Signed-off-by: Larry Smith Jr <mrlesmithjr@gmail.com>
38 lines
874 B
YAML
38 lines
874 B
YAML
---
|
|
galaxy_info:
|
|
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
|
|
# Some suggested licenses:
|
|
# - BSD (default)
|
|
# - MIT
|
|
# - GPLv2
|
|
# - GPLv3
|
|
# - Apache
|
|
# - CC-BY
|
|
license: license (GPLv2, CC-BY, etc)
|
|
min_ansible_version: 1.2
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 6
|
|
- 7
|
|
- name: Ubuntu
|
|
versions:
|
|
- precise
|
|
- trusty
|
|
- name: Debian
|
|
versions:
|
|
- jessie
|
|
- wheezy
|
|
|
|
categories:
|
|
- system
|
|
dependencies: []
|
|
# List your role dependencies here, one per line.
|
|
# Be sure to remove the '[]' above if you add dependencies
|
|
# to this list.
|