From: Ralf Jung Date: Sun, 15 Apr 2018 13:23:25 +0000 (+0200) Subject: get rid of fail2ban, it doesnt actually help X-Git-Url: https://git.ralfj.de/ansible.git/commitdiff_plain/84edbffd3766c47a10d76efe37b08ff67448ad8c get rid of fail2ban, it doesnt actually help --- diff --git a/email.yml b/email.yml index fe289b5..6698af4 100644 --- a/email.yml +++ b/email.yml @@ -4,5 +4,8 @@ - journalwatch tasks: # some basic security stuff that relies on working email - - name: install apticron, fail2ban - apt: name=apticron,fail2ban state=latest + - name: install apticron + apt: name=apticron state=latest + # cleanup + - name: clean up fail2ban + apt: name=fail2ban state=absent purge=true