cc2ed9fa5f
Things will need to be done a bit differently for localhost-ssh, so this is just for the case of multiple nodes needing to be able to SSH to eachother. Change-Id: I941cf3de7691ee1b5277ca50c7bb9daa5b9a0732
10 lines
299 B
YAML
10 lines
299 B
YAML
- hosts: all
|
|
roles:
|
|
- add-build-sshkey
|
|
- multi-node-known-hosts
|
|
- prepare-workspace
|
|
- role: validate-host
|
|
# TODO(mordred) When we have site-local variables, these should go there
|
|
zuul_traceroute_host: git.openstack.org
|
|
zuul_image_manifest: /etc/dib-builddate.txt
|