mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-06 12:03:38 +02:00
GCE: forwarding does not work at all #369
This commit is contained in:
parent
c7fead56ed
commit
1adf8a24a9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
credentials_file: "{{ credentials_file_path }}"
|
credentials_file: "{{ credentials_file_path }}"
|
||||||
project_id: "{{ project_id }}"
|
project_id: "{{ project_id }}"
|
||||||
metadata: '{"ssh-keys":"ubuntu:{{ ssh_public_key_lookup }}"}'
|
metadata: '{"ssh-keys":"ubuntu:{{ ssh_public_key_lookup }}"}'
|
||||||
ip_forward: true
|
# ip_forward: true
|
||||||
tags:
|
tags:
|
||||||
- "environment-algo"
|
- "environment-algo"
|
||||||
register: google_vm
|
register: google_vm
|
||||||
|
|
Loading…
Add table
Reference in a new issue