Files
ansible-manage-lvm/meta/main.yml
T
Larry Smith Jr 183087e767 Resolves #21
2019-04-02 08:03:42 -04:00

25 lines
442 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: EL
versions:
- 6
- 7
- name: Ubuntu
versions:
- precise
- trusty
- name: Debian
versions:
- jessie
- wheezy
galaxy_tags:
- system
dependencies: []