New in version 1.5  according to the documentation:

http://docs.ansible.com/ec2_module.html

I wish it were better documented though, it's not clear which key you can 
use in a given volume dictionary. Here is one of the example from the page, 
which we followed, it worked, but as mentionned, we haven't managed to set 
a label (name) on the volume:


local_action:
    module: ec2
    key_name: mykey
    group: webserver
    instance_type: m1.large
    image: ami-6e649707
    wait: yes
    wait_timeout: 500
    volumes:
    - device_name: /dev/sdb
      snapshot: snap-abcdef12
      device_type: io1
      iops: 1000
      volume_size: 100
      delete_on_termination: true



-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/abae8261-085b-4c56-9e6c-e85f72ff2f2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to