Google Cloud: remove sshguard

This commit is contained in:
Jack Ivanov 2019-08-13 19:34:01 +02:00
parent 561afe18f9
commit c35c4699c1

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"