ansible-playbooks/update-ssh_known_hosts.yml

10 lines
197 B
YAML
Raw Normal View History

2017-08-13 12:23:08 -04:00
---
- hosts: all
become: yes
become_method: sudo
tasks:
- name: copy ssh_known_hosts
copy:
src: ssh_known_hosts
dest: /etc/ssh/ssh_known_hosts