Added sshd_config_files directory

This commit is contained in:
2021-01-10 15:26:41 +01:00
parent 9b09e5711b
commit e9e58e92ec
4 changed files with 15 additions and 1 deletions

View File

@@ -1,2 +1,6 @@
- name: sshd restart
service: name=sshd state=restarted enabled=yes
systemd:
name: sshd
state: restarted
enabled: yes
daemon_reload: yes