Ansible_workstation/tasks/ssh.yml

6 lines
99 B
YAML
Raw Normal View History

2018-08-24 08:00:59 +00:00
---
2018-08-24 08:04:57 +00:00
- name: Copy sshd_config
2018-08-24 08:00:59 +00:00
template:
src: files/sshd_config
dest: /etc/ssh/sshd_config