Config sshd

This commit is contained in:
2018-08-24 10:13:15 +02:00
parent 203d2525aa
commit 75a6d2ac1b
2 changed files with 10 additions and 2 deletions

View File

@@ -3,3 +3,10 @@
template:
src: files/sshd_config
dest: /etc/ssh/sshd_config
notify: restart sshd
- name: Enable SSH daemon
service:
name: sshd
state: started
enabled: yes