sshd setup
This commit is contained in:
6
ansible/roles/sshd_setup/handlers/main.yaml
Normal file
6
ansible/roles/sshd_setup/handlers/main.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
|
||||
- name: Restart sshd
|
||||
ansible.builtin.service:
|
||||
name: sshd.service
|
||||
state: restarted
|
Reference in New Issue
Block a user