mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-05-25 22:27:23 +03:00
37 lines
857 B
Markdown
37 lines
857 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)
|
|
|
|
<a href="https://www.buymeacoffee.com/mrlesmithjr" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
|