Commit 86e5321c by John Jarvis

Merge pull request #1319 from edx/jarv/add-wait-timeout

Jarv/add wait timeout
parents 5e027d93 b1ce1f57
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
instance_id: "{{ ansible_ec2_instance_id }}" instance_id: "{{ ansible_ec2_instance_id }}"
region: us-east-1 region: us-east-1
state: absent state: absent
wait_timeout: 60
sudo: False sudo: False
when: elb_pre_post when: elb_pre_post
roles: roles:
...@@ -51,6 +52,7 @@ ...@@ -51,6 +52,7 @@
ec2_elbs: "{{ item }}" ec2_elbs: "{{ item }}"
region: us-east-1 region: us-east-1
state: present state: present
wait_timeout: 60
with_items: ec2_elbs with_items: ec2_elbs
sudo: False sudo: False
when: elb_pre_post when: elb_pre_post
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
instance_id: "{{ ansible_ec2_instance_id }}" instance_id: "{{ ansible_ec2_instance_id }}"
region: us-east-1 region: us-east-1
state: absent state: absent
wait_timeout: 60
sudo: False sudo: False
when: elb_pre_post when: elb_pre_post
roles: roles:
...@@ -38,6 +39,7 @@ ...@@ -38,6 +39,7 @@
ec2_elbs: "{{ item }}" ec2_elbs: "{{ item }}"
region: us-east-1 region: us-east-1
state: present state: present
wait_timeout: 60
with_items: ec2_elbs with_items: ec2_elbs
sudo: False sudo: False
when: elb_pre_post when: elb_pre_post
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
instance_id: "{{ ansible_ec2_instance_id }}" instance_id: "{{ ansible_ec2_instance_id }}"
region: us-east-1 region: us-east-1
state: absent state: absent
wait_timeout: 60
sudo: False sudo: False
when: elb_pre_post when: elb_pre_post
roles: roles:
...@@ -39,6 +40,7 @@ ...@@ -39,6 +40,7 @@
ec2_elbs: "{{ item }}" ec2_elbs: "{{ item }}"
region: us-east-1 region: us-east-1
state: present state: present
wait_timeout: 60
with_items: ec2_elbs with_items: ec2_elbs
sudo: False sudo: False
when: elb_pre_post when: elb_pre_post
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
instance_id: "{{ ansible_ec2_instance_id }}" instance_id: "{{ ansible_ec2_instance_id }}"
region: us-east-1 region: us-east-1
state: absent state: absent
wait_timeout: 60
sudo: False sudo: False
when: elb_pre_post when: elb_pre_post
tasks: tasks:
...@@ -33,6 +34,7 @@ ...@@ -33,6 +34,7 @@
ec2_elbs: "{{ item }}" ec2_elbs: "{{ item }}"
region: us-east-1 region: us-east-1
state: present state: present
wait_timeout: 60
with_items: ec2_elbs with_items: ec2_elbs
sudo: False sudo: False
when: elb_pre_post when: elb_pre_post
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
instance_id: "{{ ansible_ec2_instance_id }}" instance_id: "{{ ansible_ec2_instance_id }}"
region: us-east-1 region: us-east-1
state: absent state: absent
wait_timeout: 60
sudo: False sudo: False
when: elb_pre_post when: elb_pre_post
roles: roles:
...@@ -45,6 +46,7 @@ ...@@ -45,6 +46,7 @@
ec2_elbs: "{{ item }}" ec2_elbs: "{{ item }}"
region: us-east-1 region: us-east-1
state: present state: present
wait_timeout: 60
with_items: ec2_elbs with_items: ec2_elbs
sudo: False sudo: False
when: elb_pre_post when: elb_pre_post
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