From 7444b88d02201c8a6a787370d5f74f565a0289d7 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Sat, 5 Oct 2019 10:03:13 +0200 Subject: [PATCH] Copy the build ssh key to authorized_keys on all hosts for stack Change-Id: Id44cbc64efd65254db5a49f4d8200642cf3f58a5 --- playbooks/pre-tobiko-devstack.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/playbooks/pre-tobiko-devstack.yaml b/playbooks/pre-tobiko-devstack.yaml index f5caa847a..10d1a312a 100644 --- a/playbooks/pre-tobiko-devstack.yaml +++ b/playbooks/pre-tobiko-devstack.yaml @@ -28,5 +28,15 @@ group: stack become: yes + +- name: Setup Tobiko log directories + hosts: all roles: - setup_tobiko_logs_dir + + +- name: Copy the build ssh key to authorized_keys on all hosts for stack + hosts: all + roles: + - role: copy-build-sshkey + copy_sshkey_target_user: stack