first commit

This commit is contained in:
Larry Smith Jr
2015-11-02 21:23:03 -05:00
commit d1d99b2f17
11 changed files with 322 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
---
# tasks file for ansible-manage-lvm
- include: debian.yml
when: ansible_os_family == "Debian"
- include: centos.yml
when: ansible_os_family == "RedHat"
- include: create_lvm.yml
when: create_lvm is defined and create_lvm
- include: extend_lvm.yml
when: extend_lvm is defined and extend_lvm
- include: resize_lvm.yml
when: resize_lvm is defined and resize_lvm