with changing hostnames in provision playbook and resetting the os in decommission playbook. We get situations where Ansible does not connect because of conflicting hostname entries in the known-hosts file.
Should be solved reliably.
disable known-hosts with ssh config
redesign removing local stored host-keys (what with multiple users, but perhaps only for the runners needed?)
with changing hostnames in provision playbook and resetting the os in decommission playbook. We get situations where Ansible does not connect because of conflicting hostname entries in the known-hosts file. Should be solved reliably.