mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 07:33:52 +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 }}"
|
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: '{"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 }}"
|
network: "{{ algo_server_name }}"
|
||||||
tags:
|
tags:
|
||||||
- "environment-algo"
|
- "environment-algo"
|
||||||
|
|
Loading…
Add table
Reference in a new issue