kayobe/releasenotes/notes/honor-ssh-args-for-bootstrap-ba894df14ba58167.yaml
Pierre Riteau 99d0368693 Clean up release notes for Bobcat
Change-Id: I96f00721c173cf095463424c0ca8779c54943591
2023-12-06 09:38:34 +01:00

14 lines
733 B
YAML

---
fixes:
- |
When determining whether or not a host needs bootstrapping, we attempt to
connect to the host using ``ansible_user``, if the login fails, we then
assume that the host needs bootstrapping. In previous releases we used a
manually crafted ``ssh`` command. This did not respect any customisations
to the SSH arguments made through Ansible configuration. We now use the raw
module so that these customisations are used when connecting to the host.
One possible use case is to configure a jump host between the control host
and the target hosts. If bootstrapping was needed, hosts will now show as
unreachable in the summary stats at the end of the run. This can safely be
ignored.