zuul-jobs/roles/copy-build-sshkey/vars/main.yml
Jesse Keating d2bab25d63 Role to copy the build ssh key to other users
This role also sets up authorized_keys so that inter-node ssh works
between the hosts for alternative users.

This role will be useful for things like devstack, which require an
additional user be able to ssh around for things like nova's migrations.

The role can be called multiple times, with a different target user each
time. It is assumed that the user already exists.

Change-Id: I5972d66a48802fce0c1ebb885be00c5803ff0e9a
2017-08-22 18:22:45 -07:00

3 lines
105 B
YAML

zuul_temp_ssh_key: "{{ zuul.executor.work_root }}/{{ zuul.build }}_id_rsa"
copy_sshkey_target_user: root