Handler neu organisiert

This commit is contained in:
2025-10-15 10:17:29 +02:00
parent d1d15ea480
commit da68d324ca
4 changed files with 32 additions and 53 deletions

View File

@@ -1,22 +1,4 @@
---
- name: apt_update
apt: update_cache=yes
- name: restart_sshd
service:
name: "{{ openssh_service }}"
state: restarted
- name: restart_fail2ban
service:
name: "fail2ban"
state: restarted
- name: restart_logind
service:
name: "logind"
state: restarted
- name: update_tmux_plugin_perms
file:
path: /home/rene/.tmux/plugins

View File

@@ -1,18 +1,4 @@
---
- name: reload ufw
command: ufw reload
listen: "reload ufw firewall"
- name: restart auditd
service:
name: auditd
state: restarted
- name: restart rsyslog
ansible.builtin.service:
name: rsyslog
state: restarted
- name: Update_aide_database
block: # This block is now a task within the handler
- name: system setup | aide | run aide --update to check for legitimate changes

View File

@@ -1,7 +1,4 @@
---
- name: apt_update
apt: update_cache=yes
- name: restart_jitsi
service:
name: "prosody jicofo jitsi-videobridge2"