Update build instance
This commit is contained in:
parent
93954a5217
commit
67e1c394a5
|
|
@ -6,7 +6,7 @@ ansible_connection=local
|
||||||
ansible_python_interpreter=python
|
ansible_python_interpreter=python
|
||||||
image=ami-08d090f841c8435e9
|
image=ami-08d090f841c8435e9
|
||||||
region=us-east-1
|
region=us-east-1
|
||||||
instance_size=c6i.12xlarge
|
instance_size=c7i.12xlarge
|
||||||
|
|
||||||
[aws]
|
[aws]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
wait_for:
|
wait_for:
|
||||||
host: "{{ ec2.instances[0].public_ip_address }}"
|
host: "{{ ec2.instances[0].public_ip_address }}"
|
||||||
port: 22
|
port: 22
|
||||||
timeout: 240
|
timeout: 320
|
||||||
state: started
|
state: started
|
||||||
|
|
||||||
- name: AWS
|
- name: AWS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue