2025-06-26-13-33-49: Cronjob
This commit is contained in:
commit
29049c8da1
127 changed files with 7089 additions and 0 deletions
11
roles/lmn_security/handlers/main.yml
Normal file
11
roles/lmn_security/handlers/main.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
- name: Reload sshd
|
||||
ansible.builtin.systemd:
|
||||
name: sshd
|
||||
state: reloaded
|
||||
when: not run_in_installer|default(false)|bool
|
||||
|
||||
- name: Restart polkit
|
||||
ansible.builtin.systemd:
|
||||
name: polkit
|
||||
state: restarted
|
||||
when: not run_in_installer|default(false)|bool
|
||||
Loading…
Add table
Add a link
Reference in a new issue