Skip to content

Add all OpenStack instances to local ssh-config

j.fritz requested to merge 6_make_instances_reachable into main

This helps if multiple hosts manage the same runners.

Nevertheless, adding the hosts to ssh-config does not add the fingerprint to known_hosts. Therefore, the hosts must be called separately to accept the fingerprint, as otherwise ansible complains about the unknonwn fingerprint.

Merge request reports