mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-21 16:47:06 +02:00
Enable IP forwarding GCE #369
This commit is contained in:
parent
95e0134f21
commit
70738ed8be
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
|||
credentials_file: "{{ credentials_file_path }}"
|
||||
project_id: "{{ project_id }}"
|
||||
metadata: '{"ssh-keys":"ubuntu:{{ ssh_public_key_lookup }}"}'
|
||||
ip_forward: true
|
||||
tags:
|
||||
- "environment-algo"
|
||||
register: google_vm
|
||||
|
|
Loading…
Add table
Reference in a new issue