From ef93b1a9c4fb04f734b09e7532dbfbc81e942083 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 10 May 2017 16:48:20 +0100 Subject: prototypes: xci: Look for SSH keys in $HOME directory We no longer run everything as root so we need to look for SSH keys in the appropriate home directory. Change-Id: Iae1f7eb80059e7d369c8e0c8b6c33c6a4f673f94 Signed-off-by: Markos Chandras --- prototypes/xci/playbooks/configure-opnfvhost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototypes/xci/playbooks/configure-opnfvhost.yml b/prototypes/xci/playbooks/configure-opnfvhost.yml index af90c9dc0..8656ff9df 100644 --- a/prototypes/xci/playbooks/configure-opnfvhost.yml +++ b/prototypes/xci/playbooks/configure-opnfvhost.yml @@ -99,4 +99,4 @@ - name: Generate authorized_keys shell: "/bin/cat {{ OPNFV_SSH_HOST_KEYS_PATH }}/opnfv/root/.ssh/id_rsa.pub >> ../file/authorized_keys" - name: Append public keys to authorized_keys - shell: "/bin/cat /root/.ssh/id_rsa.pub >> ../file/authorized_keys" + shell: "/bin/cat {{ ansible_env.HOME }}/.ssh/id_rsa.pub >> ../file/authorized_keys" -- cgit 1.2.3-korg