summaryrefslogtreecommitdiffstats
path: root/xci/installer/osa/playbooks/configure-opnfvhost.yml
diff options
context:
space:
mode:
authorFatih Degirmenci <fdegir@gmail.com>2018-03-17 13:13:03 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-03-17 13:13:03 +0000
commite6ccdc7afc44e2c6191ed9bdbe5ceb48d14a4870 (patch)
tree06c6b90aebaebe946673575f16dcafbc86338ac8 /xci/installer/osa/playbooks/configure-opnfvhost.yml
parent22ee7b45c6dd18c49bfeca8e3a53c1a0cf5ee063 (diff)
parentb06d66afead6e09a0641b4152d9388b20e45feb0 (diff)
Merge "xci: osa: Simplify OpenStack host playbooks"
Diffstat (limited to 'xci/installer/osa/playbooks/configure-opnfvhost.yml')
-rw-r--r--xci/installer/osa/playbooks/configure-opnfvhost.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/xci/installer/osa/playbooks/configure-opnfvhost.yml b/xci/installer/osa/playbooks/configure-opnfvhost.yml
index b0a76c33..4c30f4d1 100644
--- a/xci/installer/osa/playbooks/configure-opnfvhost.yml
+++ b/xci/installer/osa/playbooks/configure-opnfvhost.yml
@@ -171,3 +171,8 @@
src: "{{ ansible_env.HOME }}/openrc"
dest: "{{ XCI_PATH }}/.cache/openrc"
flat: true
+
+ - name: add public key to host
+ copy:
+ src: "{{ XCI_PATH }}/xci/files/authorized_keys"
+ dest: /root/.ssh/authorized_keys