2019-10-20 21:43:24 +00:00
|
|
|
# Standards: 0.1
|
|
|
|
---
|
|
|
|
galaxy_info:
|
2019-11-07 08:24:51 +00:00
|
|
|
# @meta author:value: [xoxys](https://gitea.rknet.org/xoxys)
|
2019-11-06 21:58:16 +00:00
|
|
|
author: xoxys <mail@geeklabor.de>
|
2020-01-26 14:38:28 +00:00
|
|
|
# @meta description: >
|
|
|
|
# [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.lvm)
|
|
|
|
# [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.lvm?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.lvm)
|
2020-01-27 12:48:30 +00:00
|
|
|
# [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
|
|
|
|
#
|
2020-01-26 15:10:45 +00:00
|
|
|
# Configure a list of LVM volumes.
|
2020-01-26 14:38:28 +00:00
|
|
|
# @end
|
2019-10-20 21:43:24 +00:00
|
|
|
description: Configure a list of LVM volumes
|
|
|
|
license: MIT
|
|
|
|
min_ansible_version: 2.4
|
|
|
|
platforms:
|
|
|
|
- name: EL
|
|
|
|
versions:
|
|
|
|
- 7
|
2020-01-26 14:42:22 +00:00
|
|
|
- 8
|
2019-10-20 21:43:24 +00:00
|
|
|
galaxy_tags:
|
|
|
|
- storage
|
|
|
|
- lvm
|
|
|
|
dependencies:
|