9286e431ab3b42dfa15666d76a8a148d98fbbae9
I don't know why I didn't think of this before! There's no reason to have to have already copied the `ssh_known_hosts` file from to `/etc/ssh` before running `ansible-playbook`. In fact, keys just end up getting copied from `/etc/ssh/ssh_known_hosts` into `~/.ssh/known_hosts` anyway. So let's just make it so that step isn't necessary: copy the host key database directly to `~/.ssh` and avoid the trouble.
Description
Ansible configuration policy for the private network/home lab of Dustin C. Hatch
http://dustin.hatch.name/
Languages
Jinja
86.2%
Python
6.6%
Shell
4.6%
Groovy
2.6%