Config sshd
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user