- hosts: localhost connection: local gather_facts: no tasks: - name: Create Launch Configuration ec2_lc: name: Ansible Launch Configuration image_id: ami-1d8c9574 instance_type: m3.medium security_groups: default region: us-east-1 state: present volumes: - device_name: /dev/sda1 device_type: standard volume_size: 8 delete_on_termination: True - device_name: "/dev/sdb" ephemeral: "ephemeral0"
--
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 ansible-proje...@googlegroups.com.
To post to this group, send email to ansible...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/b99a4150-35be-4c47-8a70-98bd39252a9d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.