feat: add sshd config role
This commit is contained in:
parent
824d7b8a12
commit
5e2cafaf47
6 changed files with 144 additions and 1 deletions
5
roles/any.common.ssh/handlers/main.yml
Normal file
5
roles/any.common.ssh/handlers/main.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: 'restart sshd'
|
||||
ansible.builtin.service:
|
||||
name: sshd
|
||||
state: 'reloaded'
|
||||
Loading…
Add table
Add a link
Reference in a new issue