Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Thu Mar 3 21:15:44 2022 +0100

    chore: add auto-generated _docs folder to gitignore file
This commit is contained in:
Robert Kaussow 2022-03-03 20:27:46 +00:00
parent db0c480f73
commit 55233f8cd0
1 changed files with 7 additions and 5 deletions

View File

@ -3,14 +3,14 @@ title: lvm
type: docs
---
[![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) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.lvm/src/branch/master/LICENSE)
[![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) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.lvm/src/branch/master/LICENSE)
Configure a list of LVM volumes.
* [Default Variables](#default-variables)
* [lvm_packages](#lvm_packages)
* [lvm_volumes](#lvm_volumes)
* [Dependencies](#dependencies)
- [Default Variables](#default-variables)
- [lvm_packages](#lvm_packages)
- [lvm_volumes](#lvm_volumes)
- [Dependencies](#dependencies)
---
@ -53,6 +53,8 @@ lvm_volumes:
state: mounted
```
## Dependencies
None.