use standard vm
This commit is contained in:
parent
fbc13ea6dc
commit
9885fe73dc
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
become: false
|
become: false
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
vars:
|
vars:
|
||||||
cloud_machine_type: g1-small
|
cloud_machine_type: n1-standard-1
|
||||||
mode: default
|
mode: default
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
|
@ -23,6 +23,7 @@
|
||||||
gce:
|
gce:
|
||||||
instance_names: "{{instance_names}}"
|
instance_names: "{{instance_names}}"
|
||||||
machine_type: "{{ cloud_machine_type }}"
|
machine_type: "{{ cloud_machine_type }}"
|
||||||
|
preemptible: yes
|
||||||
image: "{{ cloud_image }}"
|
image: "{{ cloud_image }}"
|
||||||
service_account_email: "{{ gce_service_account_email }}"
|
service_account_email: "{{ gce_service_account_email }}"
|
||||||
pem_file: "{{ gce_pem_file | default(omit)}}"
|
pem_file: "{{ gce_pem_file | default(omit)}}"
|
||||||
|
|
Loading…
Reference in a new issue