Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. ---
  2. - hosts: localhost
  3. connection: local
  4. gather_facts: False
  5.  
  6. tasks:
  7. - local_action:
  8. module: ec2
  9. key_name: mykey
  10. group_id: sg-89b17dec
  11. instance_type: t2.micro
  12. image: ami-95d7b4af
  13. wait: yes
  14. vpc_subnet_id: subnet-157b9b62
  15. assign_public_ip: yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement