LVM - Logical Volume Management
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Lvm
As a: UNIX and Linux system administrator
I want to: setup LVM and filesystems on Linux
So that: I can create, manage or grow my partitions, logical volumes and filesystems.
Using the role
Using the role in a playbook
--- - name: Install lvm hosts: all tasks: - name: lvm is configured import_role: name: devopstoolbox.lvm vars: lvm_enable_service: true tags: lvm
# Install the role ansible-galaxy install devopstoolbox.lvm # Run the playbook ansible-playbook lvm-playbook.yml
Last update: 2020-02-09