Installs pre-generated sshd host keys.
See defaults/main.yml
https://github.com/CSCfi/ansible-role-pxe_config
and an sshd role which configures sshd to use the new known_hosts files
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: ansible-role-sshd-host-keys }
MIT