Google Cloud: remove sshguard (#1548)

* Google Cloud: remove sshguard

* Remove whitespace
This commit is contained in:
Jack Ivanov 2019-08-15 09:27:54 +02:00 committed by GitHub
parent 561afe18f9
commit 211d1b2cab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"