mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-06 15:13:56 +02:00
GCE. Tags fixed #267
This commit is contained in:
parent
0aff3ebb6f
commit
fc30f8bb10
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
project_id: "{{ credentials_file_lookup.project_id }}"
|
project_id: "{{ credentials_file_lookup.project_id }}"
|
||||||
metadata: '{"sshKeys":"root:{{ ssh_public_key_lookup }}"}'
|
metadata: '{"sshKeys":"root:{{ ssh_public_key_lookup }}"}'
|
||||||
tags:
|
tags:
|
||||||
- "environment: algo"
|
- "environment-algo"
|
||||||
register: google_vm
|
register: google_vm
|
||||||
|
|
||||||
- name: Add the instance to an inventory group
|
- name: Add the instance to an inventory group
|
||||||
|
|
Loading…
Add table
Reference in a new issue