Re: [ansible-project] ec2_vol is not mounting the filesystem

2015-06-04 Thread Igal Dahan
Thanks a lot yes i used mkfs and mount for new fs in include task file and command shell for resize2fs for resizing existing one Igal On Wednesday, June 3, 2015 at 4:46:40 PM UTC+3, benno joy wrote: > > Hi, > > Curretly the ec2_vol module only supoprts creating a new volume and > attaching

Re: [ansible-project] ec2_vol is not mounting the filesystem

2015-06-03 Thread benno joy
Hi, Curretly the ec2_vol module only supoprts creating a new volume and attaching it to an instance. It doesnt partition them and mount them. probably you should use modules like 'lvg,lvol,filesystem and mount" to get the other things in place. On Wed, Jun 3, 2015 at 6:51 PM, Igal Dahan wrote

[ansible-project] ec2_vol is not mounting the filesystem

2015-06-03 Thread Igal Dahan
Hi I have created playbook which i can provision ec2 instance and create volume to that ec2 instance but when i am connected into the instance the volume is not recognized and seems not partitioned and thus not mounted. my questions are: is the ec2_vol create or attach are partitioning and m