-
- Downloads
Add basic support for managing logical volumes (LVM)
Add a 'volumemgr' role that manages logical volumes on servers by looking at the 'volumes' attribute of our services. It can create LVs, format them with ext4, and mount them with the right permissions.
Showing
- roles/volumemgr/tasks/main.yml 7 additions, 0 deletionsroles/volumemgr/tasks/main.yml
- roles/volumemgr/tasks/service.yml 9 additions, 0 deletionsroles/volumemgr/tasks/service.yml
- roles/volumemgr/tasks/volume.yml 44 additions, 0 deletionsroles/volumemgr/tasks/volume.yml
- services.yml.default 19 additions, 0 deletionsservices.yml.default
roles/volumemgr/tasks/main.yml
0 → 100644
roles/volumemgr/tasks/service.yml
0 → 100644
roles/volumemgr/tasks/volume.yml
0 → 100644
Please register or sign in to comment