computer-playbook/roles/native-sshd/tasks/main.yml

7 lines
127 B
YAML
Raw Normal View History

2021-01-01 16:11:12 +01:00
- name: create sshd_config
copy:
src: sshd_config
dest: /etc/ssh/sshd_config
backup: yes
2020-12-24 14:27:31 +01:00
notify: sshd restart