Skip to content

oxivanisher/role-resize_lvol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resize_lvol

Ansible Lint

Resize a LVM logical volume. The default value of the size is resizing the LV to the complete free space in the PV.

Role Variables

Name Comment Default value
resize_lvol_lv The LV name to be resized. ``
resize_lvol_vg The VG name of the lV to be resized. ``
resize_lvol_size The target size of the LV. 100%PVS

Example Playbook

- name: Resize LV
  hosts: all
  collections:
    - oxivanisher.linux_base
  roles:
    - role: oxivanisher.linux_base.resize_lvol

License

BSD

Author Information

This role is part of the oxivanisher.linux_base collection, and the source for that is located on github.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published