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. |
||
---|---|---|
.. | ||
applyConfigPolicy.groovy |