Created
June 26, 2014 10:32
-
-
Save fdv/8ff57cde492a3906b16c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - 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