Copy the build ssh key to authorized_keys on all hosts for stack
Change-Id: Id44cbc64efd65254db5a49f4d8200642cf3f58a5
This commit is contained in:
parent
4cb7bf9722
commit
7444b88d02
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user