LVM - Logical Volume Management

Document Control

TODO:

  • Overall structure.
  • Initial draft complete
  • Testing
  • Ready

Ansible Role Ansible Quality Score Build Status GitHub issues GitHub last commit

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: crivetimihai.lvm
      vars:
        lvm_enable_service: true
      tags: lvm
# Install the role
ansible-galaxy install crivetimihai.lvm

# Run the playbook
ansible-playbook lvm-playbook.yml

Last update: 2020-02-03