zuul-jobs/roles/multi-node-known-hosts/tasks/main.yaml
Clint Byrum cc2ed9fa5f Add known_hosts generation for multiple nodes
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
2017-08-22 13:56:16 -07:00

4 lines
151 B
YAML

- name: Setup known_hosts for cross-node SSH'ing when we have more than 1 host
include: setup-multinode-known-hosts.yaml
when: hostvars|length > 1