Copy the build ssh key to authorized_keys on all hosts for stack

Change-Id: Id44cbc64efd65254db5a49f4d8200642cf3f58a5
This commit is contained in:
Federico Ressi 2019-10-05 10:03:13 +02:00
parent 4cb7bf9722
commit 7444b88d02
1 changed files with 10 additions and 0 deletions

View File

@ -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