mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Added sshd_config_files directory
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
- name: sshd restart
|
||||
service: name=sshd state=restarted enabled=yes
|
||||
systemd:
|
||||
name: sshd
|
||||
state: restarted
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
|
Reference in New Issue
Block a user