From 7c8ed923df3c02338dfbf826fd6fd9a23dac502e Mon Sep 17 00:00:00 2001 From: heqnx Date: Sun, 25 May 2025 11:50:46 +0300 Subject: moved unorganized playbooks into old folder --- attackbox/handlers/main.yaml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 attackbox/handlers/main.yaml (limited to 'attackbox/handlers') diff --git a/attackbox/handlers/main.yaml b/attackbox/handlers/main.yaml deleted file mode 100644 index dfb2e24..0000000 --- a/attackbox/handlers/main.yaml +++ /dev/null @@ -1,26 +0,0 @@ -- name: update grub - command: update-grub - -- name: reload fail2ban - command: fail2ban-client reload - -- name: restart ssh - systemd: - name: ssh - state: restarted - enabled: true - when: ansible_facts['service_mgr'] == 'systemd' - -- name: restart fail2ban - systemd: - name: fail2ban - state: restarted - enabled: true - when: ansible_facts['service_mgr'] == 'systemd' - -- name: restart tor - systemd: - name: tor - state: restarted - enabled: true - when: ansible_facts['service_mgr'] == 'systemd' -- cgit v1.2.3