mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 23:49:56 +00:00
Harden SSH access on server profile
This commit is contained in:
6
ansible/roles/profile_server/handlers/main.yml
Normal file
6
ansible/roles/profile_server/handlers/main.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: Reload SSH service
|
||||
tags: [services]
|
||||
ansible.builtin.service:
|
||||
name: ssh
|
||||
state: reloaded
|
||||
Reference in New Issue
Block a user