From d4ee2b5dc6d0bf9cd03ebc67bdfa73bccb73c847 Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Tue, 6 Mar 2018 11:52:28 +0000 Subject: [PATCH] Revert "Revert "Deploy the build ssh key to auth_keys"" After fixing the copy-build-sshkey role, using it again in multinode job pre. This reverts commit ace4db4b04fd1eb71411d079524fded8189a72aa. Change-Id: Id59216ce7dd62ff604ddf2c2c1cf27c4dca0deb0 --- playbooks/multinode/pre.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbooks/multinode/pre.yaml b/playbooks/multinode/pre.yaml index 71a65c98b..aa250ad69 100644 --- a/playbooks/multinode/pre.yaml +++ b/playbooks/multinode/pre.yaml @@ -23,3 +23,8 @@ - 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