Modify creation of GCE Instance (#363)

Update deprecated GCE metadata options
pull/372/head
Casey Lang 8 years ago committed by defunct
parent 7bde06309f
commit 8b977afd99

@ -18,7 +18,7 @@
service_account_email: "{{ service_account_email }}" service_account_email: "{{ service_account_email }}"
credentials_file: "{{ credentials_file_path }}" credentials_file: "{{ credentials_file_path }}"
project_id: "{{ project_id }}" project_id: "{{ project_id }}"
metadata: '{"sshKeys":"root:{{ ssh_public_key_lookup }}"}' metadata: '{"ssh-keys":"ubuntu:{{ ssh_public_key_lookup }}"}'
tags: tags:
- "environment-algo" - "environment-algo"
register: google_vm register: google_vm

Loading…
Cancel
Save