From ace4db4b04fd1eb71411d079524fded8189a72aa Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Mon, 26 Feb 2018 15:04:35 +0000 Subject: [PATCH] Revert "Deploy the build ssh key to auth_keys" This commits starts using the copy-build-sshkey role, however the role is buggy, so we should first revert this, then use reapply this after it's tested. This reverts commit 4bdb01e60a5085c65f0a80e8f8bed743e7043b5d. Change-Id: Ibbcfd4a0a9c37ce819cd2ad14109e9cdd20b3a1e --- playbooks/multinode/pre.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/playbooks/multinode/pre.yaml b/playbooks/multinode/pre.yaml index aa250ad69..71a65c98b 100644 --- a/playbooks/multinode/pre.yaml +++ b/playbooks/multinode/pre.yaml @@ -23,8 +23,3 @@ - peers roles: - multi-node-bridge - -- name: Copy the build ssh key to authorized_keys on all hosts for root - hosts: all - roles: - - copy-build-sshkey