Commit de77aaa3 by Brian Beggs

adding ec2_instance_profile_name to launch instance CD

parent 87e91d0a
...@@ -68,6 +68,7 @@ ...@@ -68,6 +68,7 @@
volume_size: "{{ ebs_volume_size }}" volume_size: "{{ ebs_volume_size }}"
wait: yes wait: yes
wait_timeout: "{{ ec2_timeout }}" wait_timeout: "{{ ec2_timeout }}"
instance_profile_name: "{{ ec2_instance_profile_name }}"
register: ec2_instance_register register: ec2_instance_register
- name: Wait for SSH to come up - name: Wait for SSH to come up
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment