mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
gce role to tags
This commit is contained in:
parent
cf5a0f41d3
commit
aa4dcc31d4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
- name: "Creating a new instance..."
|
- name: "Creating a new instance..."
|
||||||
gce:
|
gce:
|
||||||
instance_names: "{{ server_name }}"
|
instance_names: "{{ server_name }}"
|
||||||
zone: "{{ zones[zone] }}"
|
zone: "{{ zone }}"
|
||||||
machine_type: n1-standard-1
|
machine_type: n1-standard-1
|
||||||
image: ubuntu-1604
|
image: ubuntu-1604
|
||||||
service_account_email: "{{ credentials_file_lookup.client_email }}"
|
service_account_email: "{{ credentials_file_lookup.client_email }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue