feat: initial commit
This commit is contained in:
commit
072a1ed764
36 changed files with 1089 additions and 0 deletions
6
roles/system_baseline/handlers/main.yml
Normal file
6
roles/system_baseline/handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: reload sshd
|
||||
service:
|
||||
name: sshd
|
||||
state: reloaded
|
||||
become: true
|
Loading…
Add table
Add a link
Reference in a new issue