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
4 lines
151 B
YAML
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
|