Use systemd handlers

This commit is contained in:
Alex 2020-06-04 20:17:49 +02:00
parent bad44f0d33
commit de20aa655a
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 2 additions and 6 deletions

View File

@ -12,15 +12,11 @@
regexp: "^.*PermitRootLogin.*$"
replace: "PermitRootLogin no"
notify:
- Reload SSH service
- Run service actions
- name: Disable SSH password authentication
replace:
path: /etc/ssh/sshd_config
regexp: "^.*PasswordAuthentication.*$"
replace: "PasswordAuthentication no"
notify:
- Reload SSH service
- name: Reload SSH service
systemd:
name: ssh
state: reloaded
- Run service actions