BasicServerHardening/handlers/main.yml

8 lines
112 B
YAML
Raw Permalink Normal View History

2022-03-19 15:42:43 +01:00
---
# handlers for restarting some services
- name: restart ssh
service:
name: sshd
state: restarted