mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2025-12-15 22:34:24 +03:00
30 lines
501 B
YAML
30 lines
501 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.
|
|
|
|
license: MIT
|
|
min_ansible_version: 1.2
|
|
platforms:
|
|
- name: fedora
|
|
versions:
|
|
- 31
|
|
|
|
- name: EL
|
|
versions:
|
|
- 6
|
|
- 7
|
|
- name: Ubuntu
|
|
versions:
|
|
- precise
|
|
- trusty
|
|
- name: Debian
|
|
versions:
|
|
- jessie
|
|
- wheezy
|
|
|
|
galaxy_tags:
|
|
- system
|
|
- lvm
|
|
dependencies: []
|