mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Google Cloud: remove sshguard (#1548)
* Google Cloud: remove sshguard * Remove whitespace
This commit is contained in:
parent
561afe18f9
commit
211d1b2cab
1 changed files with 5 additions and 1 deletions
|
@ -44,7 +44,11 @@
|
|||
service_account_email: "{{ service_account_email }}"
|
||||
credentials_file: "{{ credentials_file_path }}"
|
||||
project_id: "{{ project_id }}"
|
||||
metadata: '{"ssh-keys":"ubuntu:{{ ssh_public_key_lookup }}"}'
|
||||
metadata:
|
||||
ssh-keys: "ubuntu:{{ ssh_public_key_lookup }}"
|
||||
user-data: |
|
||||
#!/bin/bash
|
||||
sudo apt-get remove -y --purge sshguard
|
||||
network: "{{ algo_server_name }}"
|
||||
tags:
|
||||
- "environment-algo"
|
||||
|
|
Loading…
Add table
Reference in a new issue