updated vars and conditionals

This commit is contained in:
Larry Smith Jr
2015-11-03 10:39:58 -05:00
parent 49b20e2e4a
commit bb87fa8dbf
3 changed files with 17 additions and 5 deletions
+5
View File
@@ -33,4 +33,9 @@ lvm_groups:
filesystem: ext4 #defines filesystem to format lvol as
mount: true
mntp: /mnt/test_2 #defines mountpoint for lvol
# - vgname: cinder-volumes
# disks: /dev/cciss/c0d1 #for multiple disks...../dev/sdb,/dev/sdc
# create: true #defines if VG should exist or be removed....true or false
# lvnames:
# - None #set to None to only create LVM VG w/out creating LVM LVOLS...
manage_lvm: false #defines if LVM will be managed by role....default is false to ensure nothing is changed by accident.