mg
169abbedff
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#363 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
34 lines
634 B
Markdown
34 lines
634 B
Markdown
# ansible-manage-lvm
|
|
|
|
Ansible role to manage LVM Groups/Logical Volumes.
|
|
|
|
> NOTE: Can be used to create, extend or resize LVM Groups and volumes.
|
|
|
|
## Requirements
|
|
|
|
Devices/disks to be members of the LVM setup **must be** identified prior to
|
|
using this role.
|
|
|
|
## Role Variables
|
|
|
|
[defaults/main.yml](defaults/main.yml)
|
|
|
|
## Dependencies
|
|
|
|
None
|
|
|
|
## Example Playbook
|
|
|
|
[playbook.yml](playbook.yml)
|
|
|
|
## License
|
|
|
|
MIT
|
|
|
|
## Author Information
|
|
|
|
Larry Smith Jr.
|
|
|
|
- [@mrlesmithjr](https://twitter.com/mrlesmithjr)
|
|
- [mrlesmithjr@gmail.com](mailto:mrlesmithjr@gmail.com)
|
|
- [http://everythingshouldbevirtual.com](http://everythingshouldbevirtual.com)
|