diff options
Diffstat (limited to 'attackbox/handlers')
| -rw-r--r-- | attackbox/handlers/main.yaml | 26 | 
1 files changed, 0 insertions, 26 deletions
| 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' |