How to mount all ephemeral ?

Hi,

I was creating a playbook to spin up an EC2 instance and then mount all available ephemeral mount to /mnt/ephemeral0, /mnt/ephemeral1 … etc.

First thing I want to do it activate all available ephemeral drive on specific instance in the playbook
Then mount all drive to specific mount point.

I was looking at http://docs.ansible.com/ansible/ec2_module.html
for this task, but I didnt find. Am I looking at wrong module ?

Thanks