Commit 7f758722 by nadeemshahzad

use ansible core module ec2_ami

parent 935e467f
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
register: instance_tags register: instance_tags
- name: Create AMI - name: Create AMI
ec2_ami_2_0_0_1: ec2_ami:
instance_id: "{{ instance_id }}" instance_id: "{{ instance_id }}"
name: "{{ edx_environment }} -- {{ deployment }} -- {{ play }} -- {{ extra_name_identifier }} -- {{ app_version[:7] }}" name: "{{ edx_environment }} -- {{ deployment }} -- {{ play }} -- {{ extra_name_identifier }} -- {{ app_version[:7] }}"
region: "{{ ec2_region }}" region: "{{ ec2_region }}"
......
...@@ -2,7 +2,7 @@ ansible==2.2.0.0 ...@@ -2,7 +2,7 @@ ansible==2.2.0.0
PyYAML==3.12 PyYAML==3.12
Jinja2==2.8 Jinja2==2.8
MarkupSafe==0.23 MarkupSafe==0.23
boto==2.33.0 boto==2.48.0
ecdsa==0.11 ecdsa==0.11
paramiko==2.0.2 paramiko==2.0.2
pycrypto==2.6.1 pycrypto==2.6.1
......
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