mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-22 00:57:08 +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..."
|
||||
gce:
|
||||
instance_names: "{{ server_name }}"
|
||||
zone: "{{ zones[zone] }}"
|
||||
zone: "{{ zone }}"
|
||||
machine_type: n1-standard-1
|
||||
image: ubuntu-1604
|
||||
service_account_email: "{{ credentials_file_lookup.client_email }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue