ed9f1d14a0
If we attempt to push a mirror to a host we've never connected to before, it won't be in the SSH known hosts and the mirror will fail. This makes a new host_key parameter required and the role takes care of setting it up in the known_hosts for the duration of the job. Change-Id: I4bd40a289003fe3e88c9af4029576236c064fc3d Depends-On: https://review.openstack.org/#/c/649183/
11 lines
260 B
YAML
11 lines
260 B
YAML
---
|
|
# git push --mirror {{ git_mirror_credentials.user }}@{{ git_mirror_credentials.host }}:{{ git_mirror_credentials.repository }}
|
|
# git_mirror_credentials:
|
|
# user:
|
|
# host:
|
|
# ssh_key:
|
|
# host_key:
|
|
|
|
# Repository to replicate to
|
|
# git_mirror_repository:
|