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

4 lines
90 B
YAML
Raw Normal View History

2020-12-24 14:27:31 +01:00
- name: configuring ssh
template: src=sshd_config dest=/etc/ssh/
notify: sshd restart