Google Cloud: remove sshguard (#1548)

* Google Cloud: remove sshguard

* Remove whitespace
pull/1553/head
Jack Ivanov 5 years ago committed by GitHub
parent 561afe18f9
commit 211d1b2cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save