- name: ensure global ssh host key database is populated
copy:
src=ssh_known_hosts
dest=/etc/ssh/ssh_known_hosts
mode=0644