diff options
Diffstat (limited to 'test/integration/roles/test_ec2_asg/tasks/main.yml')
-rw-r--r-- | test/integration/roles/test_ec2_asg/tasks/main.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/integration/roles/test_ec2_asg/tasks/main.yml b/test/integration/roles/test_ec2_asg/tasks/main.yml index 091eb2ab2b..08d8867a12 100644 --- a/test/integration/roles/test_ec2_asg/tasks/main.yml +++ b/test/integration/roles/test_ec2_asg/tasks/main.yml @@ -89,10 +89,10 @@ load_balancer_port: 80 instance_port: 80 health_check: - ping_protocol: http + ping_protocol: http ping_port: 80 ping_path: "/" - response_timeout: 5 + response_timeout: 5 interval: 30 unhealthy_threshold: 3 healthy_threshold: 3 @@ -125,7 +125,7 @@ - "output.viable_instances == 1" -# grow scaling group to 3 +# grow scaling group to 3 - name: add 2 more instances wait for instances to be deemed healthy (ELB) ec2_asg: @@ -207,4 +207,4 @@ ec2_secret_key: "{{ ec2_secret_key }}" region: "{{ ec2_region }}" state: absent - async: 300
\ No newline at end of file + async: 300 |