Skip to content

Instantly share code, notes, and snippets.

@fdv
Created June 26, 2014 10:32
Show Gist options
  • Select an option

  • Save fdv/8ff57cde492a3906b16c to your computer and use it in GitHub Desktop.

Select an option

Save fdv/8ff57cde492a3906b16c to your computer and use it in GitHub Desktop.
- name: create the {{ launch_config }} launch config
local_action: >
ec2_lc
aws_access_key={{ ec2_access_key }}
aws_secret_key={{ ec2_secret_key }}
region={{ region }}
name={{ launch_config }}
image_id={{ image_id }}
key_name={{ keypair }}
security_groups={{ group }}
instance_type={{ instance_type }}
instance_monitoring={{ True }}
state=present
volumes=??? how do I declare a dict there???
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment